File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments