Skip to content

Commit 7b96025

Browse files
authored
Update ci.yml
1 parent 7af65db commit 7b96025

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ jobs:
4949
run: |
5050
echo "CC=x86_64-w64-mingw32-gcc" >> "${GITHUB_ENV}"
5151
- name: Build and run tests
52-
- run: make
53-
- run: make test
52+
run: make && make teset

0 commit comments

Comments
 (0)