diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 64f9b7ac9..a7eda1177 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -155,5 +155,5 @@ jobs: - name: Add Rust sources run: rustup component add rust-src - name: Run tests with sanitizer - run: RUSTFLAGS="-Z sanitizer=${{ matrix.sanitizer }} -Z sanitizer-memory-track-origins" cargo test -Z build-std --target $TARGET + run: RUSTFLAGS="-Z sanitizer=${{ matrix.sanitizer }} -Z sanitizer-memory-track-origins" cargo test -Z build-std --target $TARGET --no-default-features --features "cli web-app real-world-infra test-fixture descriptive-gate"