From 249a6a3f907d272a3a340d059349befa0018b0e2 Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Thu, 16 Nov 2023 01:46:36 -0500 Subject: [PATCH] Removed serde from CI --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a93cc6b..c79bf13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,6 @@ jobs: toolchain: ${{ matrix.toolchain }} override: true - - name: Run cargo test with just K256 and serde enabled - env: - CARGO_INCREMENTAL: 0 - RUSTFLAGS: -D warnings -A dead_code -A unused_imports - run: cargo test --no-default-features --features="k256,serde_impls" - - name: Run cargo test with just X25519 enabled env: CARGO_INCREMENTAL: 0