Run `test-float-parse` as part of CI

With the previous improvements, it is now possible to run float parsing
tests as part of CI. Enable it here.

This only runs a subset of tests, which takes about one minute.
This commit is contained in:
Trevor Gross 2024-07-20 11:17:37 -05:00
parent 6062059ab0
commit d12387835f
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ check-aux:
$(Q)$(BOOTSTRAP) test --stage 2 \
src/tools/cargo \
src/tools/cargotest \
src/etc/test-float-parse \
$(BOOTSTRAP_ARGS)
# Run standard library tests in Miri.
$(Q)BOOTSTRAP_SKIP_TARGET_SANITY=1 \