Skip to content

Commit 07c3d40

Browse files
Remove redundant RUSTFLAGS from cross test job in CI workflow
1 parent c9dd194 commit 07c3d40

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/rustls-rustcrypto.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,4 @@ jobs:
100100
toolchain: ${{ matrix.rust }}
101101
targets: ${{ matrix.target }}
102102
- uses: RustCrypto/actions/cross-install@master
103-
- run: cross test --release --target ${{ matrix.target }} --all-features
104-
env:
105-
RUSTFLAGS: --cfg getrandom_backend="custom"
103+
- run: cross test --release --target ${{ matrix.target }} --all-features

0 commit comments

Comments
 (0)