Skip to content

Commit 0a2437e

Browse files
committed
Run tests on macos
Signed-off-by: Tom Kaitchuck <tom.kaitchuck@emc.com>
1 parent 0cc74ca commit 0a2437e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
toolchain: stable
7373
targets: aarch64-apple-darwin
7474
- run: cargo check --target aarch64-apple-darwin
75+
- run: cargo test
76+
- run: cargo test --no-default-features --features compile-time-rng
7577
- name: Install 1.60.0
7678
uses: dtolnay/rust-toolchain@master
7779
with:
@@ -102,7 +104,7 @@ jobs:
102104
- name: check constrandom
103105
run: cargo +1.60.0 check --no-default-features --features compile-time-rng --target i686-unknown-linux-gnu
104106
x86_64-unknown-linux-gnu:
105-
name: Linux x86_64 - nightly
107+
name: Linux x86_64
106108
runs-on: ubuntu-latest
107109
env:
108110
RUSTFLAGS: -C target-cpu=skylake -C target-feature=+aes

0 commit comments

Comments
 (0)