Skip to content

Commit

Permalink
ci: invoke busted directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Dec 4, 2023
1 parent 95f994c commit e2dd834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
python -m pip install hererocks
python -m hererocks lua_install --${{ matrix.lua }} -rlatest
. lua_install/bin/activate
luarocks install LuaFileSystem
luarocks install busted
- name: Build
Expand All @@ -40,4 +39,4 @@ jobs:
- name: Test
run: |
. lua_install/bin/activate
luarocks test
busted test/fzy_spec.lua

0 comments on commit e2dd834

Please sign in to comment.