Skip to content

Commit bf2e691

Browse files
committed
Ensure EII test runs on Nightly
1 parent d20f31b commit bf2e691

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ jobs:
8282
RUSTDOCFLAGS: -Dwarnings --cfg getrandom_backend="extern_item_impls"
8383
run: cargo test --target=${{ matrix.target }} --features=std --test mod extern_item_impls
8484

85+
extern_item_impls:
86+
name: Extern Item Implementations
87+
runs-on: ubuntu-24.04
88+
steps:
89+
- uses: actions/checkout@v6
90+
- uses: dtolnay/rust-toolchain@master
91+
with:
92+
toolchain: nightly
93+
- uses: Swatinem/rust-cache@v2
94+
- env:
95+
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="extern_item_impls"
96+
RUSTDOCFLAGS: -Dwarnings --cfg getrandom_backend="extern_item_impls"
97+
run: cargo test --features=std --test mod extern_item_impls
98+
8599
ios:
86100
name: iOS Simulator
87101
runs-on: macos-14

0 commit comments

Comments
 (0)