Seperate build and Test steps in the build

This commit is contained in:
Philip Herron 2020-12-22 22:25:47 +00:00 committed by Philip Herron
parent c4f1a7aa81
commit 04bcc692f5
1 changed files with 5 additions and 1 deletions

View File

@ -44,5 +44,9 @@ jobs:
- name: Build
run: |
cd gccrs-build; \
make; \
make
- name: Test
run: |
cd gccrs-build; \
make check-rust