We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b96025 commit d26ed98Copy full SHA for d26ed98
1 file changed
.github/workflows/ci.yml
@@ -21,8 +21,8 @@ jobs:
21
- aarch64
22
steps:
23
- uses: actions/checkout@v2
24
- - run: make
25
- - run: make test
+ - name: Build and run tests
+ run: make && make test
26
27
buildwindows:
28
runs-on: ${{ matrix.os }}
@@ -49,4 +49,4 @@ jobs:
49
run: |
50
echo "CC=x86_64-w64-mingw32-gcc" >> "${GITHUB_ENV}"
51
- name: Build and run tests
52
- run: make && make teset
0 commit comments