[CI] Split build and test steps

This commit is contained in:
bjorn3 2021-07-02 12:54:09 +02:00
parent e8ff364493
commit 42f9ad56e9
1 changed files with 3 additions and 0 deletions

View File

@ -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 }}