Skip to content

Commit

Permalink
[Tests] fail on error in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TDacik committed Dec 6, 2024
1 parent fbeec26 commit 53e4eca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: opam exec -- dune build

- name: Run unit tests
run: sh tests/run.sh
run: dune runtest

- name: Run regression tests
run: python3 scripts/run_tests.py
6 changes: 0 additions & 6 deletions tests/run.sh

This file was deleted.

0 comments on commit 53e4eca

Please sign in to comment.