Separate build & test

This commit is contained in:
Parker Moore 2020-08-08 14:33:06 -04:00
parent 240a7c1e3f
commit 4c729f069e
1 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- name: build & test
run: |
script/bootstrap
script/cibuild
- name: build
run: script/bootstrap
- name: test
run: script/cibuild