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

Commit c8eeb45

Browse files
committed
Always build exhaustive tests on CI
1 parent 7b214c8 commit c8eeb45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ $CMD --release
2020

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

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

0 commit comments

Comments
 (0)