Separate build & test
This commit is contained in:
parent
240a7c1e3f
commit
4c729f069e
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user