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.
This commit is contained in:
parent
aac4901953
commit
69ebd750cc
1 changed files with 3 additions and 0 deletions
|
|
@ -273,6 +273,9 @@ jobs:
|
|||
exit
|
||||
fi
|
||||
|
||||
# Run the non-extensive tests first to catch any easy failures
|
||||
cargo t --profile release-checked -- "$CHANGED"
|
||||
|
||||
LIBM_EXTENSIVE_TESTS="$CHANGED" cargo t \
|
||||
--features build-mpfr,unstable,force-soft-floats \
|
||||
--profile release-checked \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue