Skip to content

Commit

Permalink
Fix regression cram tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Aug 24, 2022
1 parent b309d09 commit d9f5173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/locked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: ruby scripts/update_suite.rb group apron-mukherjee -s

- name: Test regression cram
run: opam exec -- dune runtest tests/extraction
run: opam exec -- dune runtest tests/regression

- name: Test unit
run: opam exec -- dune runtest unittest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unlocked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: ruby scripts/update_suite.rb group apron-mukherjee -s

- name: Test regression cram
run: opam exec -- dune runtest tests/extraction
run: opam exec -- dune runtest tests/regression

- name: Test unit
run: opam exec -- dune runtest unittest
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
run: ruby scripts/update_suite.rb group apron-mukherjee -s

- name: Test regression cram
run: opam exec -- dune runtest tests/extraction
run: opam exec -- dune runtest tests/regression

- name: Test unit
run: opam exec -- dune runtest unittest
Expand Down

0 comments on commit d9f5173

Please sign in to comment.