Skip to content

Commit 8760f39

Browse files
committed
Run specs in CI with/without the engine
1 parent 8df8ff5 commit 8760f39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@ jobs:
2828
- "3.0"
2929
- "2.7"
3030
- "2.6"
31+
engine:
32+
- "true"
33+
- "false"
3134
include:
3235
- ruby: "3.0"
3336
coverage: "true"
3437
env:
3538
COVERAGE: ${{matrix.coverage}}
3639
COVERAGE_TOKEN: ${{secrets.CODACY_PROJECT_TOKEN}}
40+
WITH_ENGINE: ${{matrix.with_engine}}
3741
steps:
3842
- name: Checkout
3943
uses: actions/checkout@v1

0 commit comments

Comments
 (0)