Skip to content

Commit

Permalink
ci: run miri only on channels-packet
Browse files Browse the repository at this point in the history
  • Loading branch information
threadexio committed Sep 4, 2024
1 parent ef3578d commit a2ca42b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
targets: ${{ matrix.target }}

- run: cargo +nightly miri setup
- run: cargo +nightly miri test --target ${{ matrix.target }} --all-features -p channels-io -p channels-packet -p channels-serdes -p channels --lib
- run: cargo +nightly miri test --target ${{ matrix.target }} --all-features -p channels-packet

0 comments on commit a2ca42b

Please sign in to comment.