Skip to content

Commit

Permalink
ci: remove crossVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyic00 committed Oct 14, 2024
1 parent e8319e6 commit 6a58245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Cache Scala
uses: coursier/cache-action@v5
- name: mill Test
run: mill "chiselModule[3.6.0]".test
run: mill chiselModule.test
# - name: Single BtorMC Run 15 Steps
# if: always()
# run: btormc ./test_run_dir/NutCoreFormal_should_pass/NutCore.btor -kmax 15 --trace-gen-full --btor-stats > ./test_run_dir/NutCoreFormal_should_pass/15step.txt
Expand Down

0 comments on commit 6a58245

Please sign in to comment.