Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
The beating will continue until morale improves
  • Loading branch information
akoshelev committed Jan 19, 2024
1 parent e95bc42 commit 83334bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,16 @@ jobs:

miri:
runs-on: ubuntu-latest
env:
TARGET: x86_64-unknown-linux-gnu
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- name: Add Miri
run: rustup component add miri
- name: Run seq_join tests with Miri
- name: Setup Miri
run: cargo miri setup
- name: Run seq_join tests
run: cargo miri test --target $TARGET --lib seq_join --features "multi-threading"

coverage:
Expand Down

0 comments on commit 83334bc

Please sign in to comment.