Skip to content

Commit

Permalink
Remove no parking_lot test because default builds use it
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 committed Aug 28, 2024
1 parent 6dffac8 commit 3ea2cfc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ jobs:
- name: Run cargo test no asm
run: cargo test -p karlsen-miner --features=no-asm

- name: Run cargo test no parking_lot
run: cargo test -p karlsen-miner --no-default-features

- name: Run cargo test shuttle
run: cargo test -p karlsen-miner --no-default-features --features=shuttle

Expand Down Expand Up @@ -294,9 +291,6 @@ jobs:
- name: Run cargo test release no asm
run: cargo test -p karlsen-miner --features=no-asm --release

- name: Run cargo test release no parking_lot
run: cargo test -p karlsen-miner --no-default-features --release

- name: Run cargo test release shuttle
run: cargo test -p karlsen-miner --no-default-features --features=shuttle --release

Expand Down

0 comments on commit 3ea2cfc

Please sign in to comment.