We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc74ca commit 0a2437eCopy full SHA for 0a2437e
.github/workflows/rust.yml
@@ -72,6 +72,8 @@ jobs:
72
toolchain: stable
73
targets: aarch64-apple-darwin
74
- run: cargo check --target aarch64-apple-darwin
75
+ - run: cargo test
76
+ - run: cargo test --no-default-features --features compile-time-rng
77
- name: Install 1.60.0
78
uses: dtolnay/rust-toolchain@master
79
with:
@@ -102,7 +104,7 @@ jobs:
102
104
- name: check constrandom
103
105
run: cargo +1.60.0 check --no-default-features --features compile-time-rng --target i686-unknown-linux-gnu
106
x86_64-unknown-linux-gnu:
- name: Linux x86_64 - nightly
107
+ name: Linux x86_64
108
runs-on: ubuntu-latest
109
env:
110
RUSTFLAGS: -C target-cpu=skylake -C target-feature=+aes
0 commit comments