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 7af65db commit 7b96025Copy full SHA for 7b96025
1 file changed
.github/workflows/ci.yml
@@ -49,5 +49,4 @@ jobs:
49
run: |
50
echo "CC=x86_64-w64-mingw32-gcc" >> "${GITHUB_ENV}"
51
- name: Build and run tests
52
- - run: make
53
- - run: make test
+ run: make && make teset
0 commit comments