mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
Add --mini-tests option and run mini-tests in CI
This commit is contained in:
@@ -104,9 +104,13 @@ jobs:
|
||||
command: build
|
||||
args: --release
|
||||
|
||||
- name: Test mini_tests
|
||||
run: |
|
||||
./test.sh --release --clean --build-sysroot --mini-tests ${{ matrix.libgccjit_version.extra }}
|
||||
|
||||
- name: Test std_tests
|
||||
run: |
|
||||
./test.sh --release --clean --build-sysroot --std-tests ${{ matrix.libgccjit_version.extra }}
|
||||
./test.sh --release --std-tests ${{ matrix.libgccjit_version.extra }}
|
||||
|
||||
- name: Test test_libcore
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user