Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Former-commit-id: 4b1158a
  • Loading branch information
avighnac authored Feb 25, 2023
1 parent 3193d04 commit 12968f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
chmod +x build/src/tests/tests
- name: Run tests with valgrind.
run: |
valgrind ./build/src/tests/tests
valgrind --error-exitcode=1 ./build/src/tests/tests
test-windows:
name: Make test.cpp for windows.
Expand Down

0 comments on commit 12968f2

Please sign in to comment.