We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31d666 commit a22c206Copy full SHA for a22c206
1 file changed
.github/workflows/ci.yml
@@ -19,17 +19,11 @@ jobs:
19
matrix:
20
include:
21
- lua-version: "5.1"
22
- lua-bin: "lua5.1"
23
- lua-version: "5.2"
24
- lua-bin: "lua5.2"
25
- lua-version: "5.3"
26
- lua-bin: "lua5.3"
27
- lua-version: "5.4"
28
- lua-bin: "lua5.4"
29
- lua-version: "5.5"
30
- lua-bin: "lua5.5"
31
- lua-version: "luajit"
32
- lua-bin: "luajit"
33
34
runs-on: ubuntu-latest
35
@@ -57,4 +51,4 @@ jobs:
57
51
sudo chmod 666 /dev/uinput
58
52
59
53
- name: Test
60
- run: busted --lua "${{ matrix.lua-bin }}"
54
+ run: busted
0 commit comments