We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01bb65 commit f1c7e0fCopy full SHA for f1c7e0f
1 file changed
.github/workflows/ci.yml
@@ -17,16 +17,15 @@ jobs:
17
run: |
18
pip install hererocks
19
hererocks lua_install -r^ --${{ matrix.lua }}
20
- export PATH=$PATH:$PWD/lua_install/bin
21
luarocks install lua-cjson2
22
env:
23
MACOSX_DEPLOYMENT_TARGET: 11.0
24
- name: Build lua-simdjson
25
26
+ source lua_install/bin/activate
27
luarocks make
28
- name: Run tests
29
30
31
luarocks install busted
32
busted --verbose
0 commit comments