We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d7e9d commit 57afc62Copy full SHA for 57afc62
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ jobs:
17
uses: leafo/gh-actions-lua@v9
18
with:
19
luaVersion: "5.4"
20
- buildCache: false
21
22
- name: Run tests
23
run: TEST_IGNORE_SLUGS=engine_consistency_integration lua ./bin/test.lua
@@ -34,7 +33,6 @@ jobs:
34
33
35
36
37
38
39
- name: List available engines
40
id: list_engines
@@ -59,7 +57,6 @@ jobs:
59
57
60
58
61
62
63
64
- name: Run engine consistency tests for ${{ matrix.engine }}
65
run: ALLOWED_ENGINES=${{ matrix.engine }} TEST_ONLY_SLUGS=engine_consistency_integration lua ./bin/test.lua
0 commit comments