diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c79bf13..9116b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,12 @@ jobs: toolchain: ${{ matrix.toolchain }} override: true + - name: Run cargo test with just secp enabled + env: + CARGO_INCREMENTAL: 0 + RUSTFLAGS: -D warnings -A dead_code -A unused_imports + run: cargo test --no-default-features --features="secp" + - name: Run cargo test with just X25519 enabled env: CARGO_INCREMENTAL: 0