Update build.yml

pull/201/head
Krzysztof Gabis 2 years ago committed by GitHub
parent 18f306045c
commit 29db75d970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml

@ -9,5 +9,5 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run the 'make test' - name: Run the 'make all'
run: make test run: make all

Loading…
Cancel
Save