Skip to content

Commit 57afc62

Browse files
committed
add engine tests
1 parent 90d7e9d commit 57afc62

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: leafo/gh-actions-lua@v9
1818
with:
1919
luaVersion: "5.4"
20-
buildCache: false
2120

2221
- name: Run tests
2322
run: TEST_IGNORE_SLUGS=engine_consistency_integration lua ./bin/test.lua
@@ -34,7 +33,6 @@ jobs:
3433
uses: leafo/gh-actions-lua@v9
3534
with:
3635
luaVersion: "5.4"
37-
buildCache: false
3836

3937
- name: List available engines
4038
id: list_engines
@@ -59,7 +57,6 @@ jobs:
5957
uses: leafo/gh-actions-lua@v9
6058
with:
6159
luaVersion: "5.4"
62-
buildCache: false
6360

6461
- name: Run engine consistency tests for ${{ matrix.engine }}
6562
run: ALLOWED_ENGINES=${{ matrix.engine }} TEST_ONLY_SLUGS=engine_consistency_integration lua ./bin/test.lua

0 commit comments

Comments
 (0)