Skip to content

Commit

Permalink
add miri-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Mar 19, 2024
1 parent 952ad97 commit a1b030b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -72,6 +72,26 @@ jobs:
- name: Cargo test
run: cargo test

cargo-miri-test:
name: Cargo miri
runs-on: ubuntu-latest

steps:
- name: Fetch Repository
uses: actions/checkout@v4

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Setup miri
run: |
rustup toolchain install nightly --component miri;
rustup override set nightly;
cargo miri setup;
- name: Test with Miri
run: cargo miri test

typos-cli:
name: typos
runs-on: ubuntu-latest
Expand Down

0 comments on commit a1b030b

Please sign in to comment.