Skip to content

Commit

Permalink
run even more tests under miri
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Feb 7, 2022
1 parent 661fddf commit d2528f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
run: cargo miri test check_sets
- name: miri test check_specific_sets
run: cargo miri test check_specific_sets
# - name: miri test test_
# run: cargo miri test test_
- name: miri test test_
run: cargo miri test test_
- name: miri test fits_
run: cargo miri test fits_

windows-test:

Expand Down

0 comments on commit d2528f1

Please sign in to comment.