Skip to content

Commit

Permalink
Removed serde from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb authored and DanGould committed Mar 19, 2024
1 parent aca1454 commit 249a6a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 249a6a3

Please sign in to comment.