diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b0a1756..e6a7db4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,5 +20,7 @@ jobs: run: cargo check --workspace --release --verbose - name: Build run: cargo build --workspace --release --verbose - - name: Run tests + - name: Run tests (defaults) run: cargo test --workspace --release --verbose + - name: Run tests (minimal) + run: cargo test --workspace --release --verbose --no-default-features