We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20f31b commit bf2e691Copy full SHA for bf2e691
1 file changed
.github/workflows/tests.yml
@@ -82,6 +82,20 @@ jobs:
82
RUSTDOCFLAGS: -Dwarnings --cfg getrandom_backend="extern_item_impls"
83
run: cargo test --target=${{ matrix.target }} --features=std --test mod extern_item_impls
84
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
+
99
ios:
100
name: iOS Simulator
101
runs-on: macos-14
0 commit comments