Skip to content

Commit

Permalink
Run miri in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Dec 13, 2024
1 parent aed06d1 commit 2d24022
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --workspace --all-targets --features indexmap,json,toml,yaml --color=always
run: cargo +stable build --workspace --all-targets --features indexmap,json,toml,yaml --color=always
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --all-targets --features indexmap,json,toml,yaml --color=always
run: cargo +stable test --workspace --all-targets --features indexmap,json,toml,yaml --color=always
- name: Clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --all-targets --features indexmap,json,toml,yaml
- name: Miri
run: cargo +nightly miri test --workspace --all-targets --features indexmap,json,toml,yaml --color=always

0 comments on commit 2d24022

Please sign in to comment.