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
|
- 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user