Skip to content

Commit 34cd8f6

Browse files
committed
Run standard tests before running integration tests
To ensure we don't waste time running extensive tests when there is an easily identifiable failure, run the normal test suite for relevant functions before starting extensive tests.
1 parent 724e47d commit 34cd8f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ jobs:
273273
exit
274274
fi
275275
276+
# Run the non-extensive tests first to catch any easy failures
277+
cargo t --profile release-checked -- "$CHANGED"
278+
276279
LIBM_EXTENSIVE_TESTS="$CHANGED" cargo t \
277280
--features build-mpfr,unstable,force-soft-floats \
278281
--profile release-checked \

0 commit comments

Comments
 (0)