Skip to content

Commit

Permalink
Run specs in CI with/without the engine
Browse files Browse the repository at this point in the history
  • Loading branch information
zlw committed Dec 27, 2021
1 parent 8df8ff5 commit 8760f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ jobs:
- "3.0"
- "2.7"
- "2.6"
engine:
- "true"
- "false"
include:
- ruby: "3.0"
coverage: "true"
env:
COVERAGE: ${{matrix.coverage}}
COVERAGE_TOKEN: ${{secrets.CODACY_PROJECT_TOKEN}}
WITH_ENGINE: ${{matrix.with_engine}}
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 8760f39

Please sign in to comment.