mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
[CI] Split build and test steps
This commit is contained in:
parent
e8ff364493
commit
42f9ad56e9
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -55,6 +55,9 @@ jobs:
|
||||
git config --global user.name "User"
|
||||
./y.rs prepare
|
||||
|
||||
- name: Build
|
||||
run: ./y.rs build --sysroot none
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
TARGET_TRIPLE: ${{ matrix.env.TARGET_TRIPLE }}
|
||||
|
Loading…
Reference in New Issue
Block a user