Skip to content

Commit 6612b5a

Browse files
mtreinishkngwyu
andauthored
Update ci/actions/test.sh
Co-authored-by: Yuji Kanagawa <[email protected]>
1 parent 6755d88 commit 6612b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/actions/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

55
cargo build --verbose
6-
cargo test --verbose -- --test-threads=1
6+
cargo test --verbose
77

88
for example_dir in examples/*; do
99
if [ $example != 'examples/linalg' ]; then

0 commit comments

Comments
 (0)