mirror of https://github.com/rust-lang/rust.git
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:
parent
6062059ab0
commit
d12387835f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue