From 3ea2cfcb199749065481f0c742da3ae26ae58716 Mon Sep 17 00:00:00 2001 From: Lemois 1337 Date: Wed, 28 Aug 2024 14:19:18 +0200 Subject: [PATCH] Remove no parking_lot test because default builds use it --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c57b72a..7d0e761 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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