diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98d9040..8e4c1c0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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