Skip to content

Commit 42f9ad5

Browse files
committed
[CI] Split build and test steps
1 parent e8ff364 commit 42f9ad5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
git config --global user.name "User"
5656
./y.rs prepare
5757
58+
- name: Build
59+
run: ./y.rs build --sysroot none
60+
5861
- name: Test
5962
env:
6063
TARGET_TRIPLE: ${{ matrix.env.TARGET_TRIPLE }}

0 commit comments

Comments
 (0)