Skip to content

Commit

Permalink
Do not test all features in miri
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Mar 6, 2022
1 parent b59ecbb commit bb484e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Run tests
# Note that we don't have --all-features for packages/sycamore because of https://github.com/rust-lang/miri/issues/1038
run: |
cd packages/sycamore
cargo miri test --all-features
cargo miri test
cd ../sycamore-reactive
cargo miri test

0 comments on commit bb484e4

Please sign in to comment.