Skip to content

Commit ac60510

Browse files
committed
Remove redundant CI test
1 parent 4d5f818 commit ac60510

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ jobs:
7777
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="rdrand"
7878
RUSTDOCFLAGS: -Dwarnings --cfg getrandom_backend="rdrand"
7979
run: cargo test --features=std,sys_rng
80-
- env:
81-
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="extern_item_impls"
82-
RUSTDOCFLAGS: -Dwarnings --cfg getrandom_backend="extern_item_impls"
83-
run: cargo test --target=${{ matrix.target }} --features=std --test mod extern_item_impls
8480

8581
extern_item_impls:
8682
name: Extern Item Implementations

0 commit comments

Comments
 (0)