Skip to content

Commit 945d403

Browse files
committed
Add to CI tests
1 parent 15c246e commit 945d403

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
cargo test --target ${{ matrix.target }} --benches
7979
- name: Test
8080
run: |
81+
cargo test --target ${{ matrix.target }} --manifest-path rand_chacha/Cargo.toml --all-features
8182
cargo test --target ${{ matrix.target }} --manifest-path rand_hc/Cargo.toml --all-features
8283
cargo test --target ${{ matrix.target }} --manifest-path rand_isaac/Cargo.toml --all-features
8384
cargo test --target ${{ matrix.target }} --manifest-path rand_xorshift/Cargo.toml --all-features
@@ -108,6 +109,7 @@ jobs:
108109
run: cargo install cross || true
109110
- name: Test
110111
run: |
112+
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path rand_chacha/Cargo.toml --all-features
111113
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path rand_hc/Cargo.toml --all-features
112114
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path rand_isaac/Cargo.toml --all-features
113115
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path rand_xorshift/Cargo.toml --all-features
@@ -125,6 +127,7 @@ jobs:
125127
rustup component add miri
126128
- name: Test rand
127129
run: |
130+
cargo miri test --manifest-path rand_chacha/Cargo.toml --all-features
128131
cargo miri test --manifest-path rand_hc/Cargo.toml --all-features
129132
cargo miri test --manifest-path rand_isaac/Cargo.toml --all-features
130133
cargo miri test --manifest-path rand_xorshift/Cargo.toml --all-features

0 commit comments

Comments
 (0)