Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 1a49d70

Browse files
committed
Really build the exhaustive tests on CI
1 parent 4eb8ed4 commit 1a49d70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ $CMD --release
2020

2121
$CMD --features 'stable'
2222
$CMD --release --features 'stable'
23-
cargo build -p libm-test --features 'exhaustive'
23+
24+
cargo build --release -p libm-test --features 'exhaustive'
2425

2526
if [ "$TARGET" = "x86_64-unknown-linux-gnu" ]; then
2627
export TARGET=x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)