Skip to content

Commit

Permalink
CI: Add monomorphisation tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Feb 14, 2025
1 parent d173144 commit dc05ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/ci_coverage_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ elif [ "$1" = "prover" ]; then
elif [ "$1" = "other" ]; then
test/lexing/run_tests.py || returncode=1
test/pattern_completeness/run_tests.py || returncode=1
test/mono/run_tests.py || returncode=1
test/sailcov/run_tests.py || returncode=1
test/format/run_tests.py || returncode=1
test/oneoff/run_tests.py || returncode=1
Expand Down

0 comments on commit dc05ef4

Please sign in to comment.