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 - uses: actions/setup-ruby@v1
with: with:
ruby-version: 2.7 ruby-version: 2.7
- name: build & test - name: build
run: | run: script/bootstrap
script/bootstrap - name: test
script/cibuild run: script/cibuild