Skip to content

Commit

Permalink
fiixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed May 20, 2024
1 parent c015f03 commit 0a91694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
chmod +x nvim.appimage
./nvim.appimage --appimage-extract
- name: Run the test suite
run: make test BUSTED='busted --exclude-tags=appimage${{ matrix.appimage-version == "v0.9.0" && "" || ",v10" }}'
run: make test
env:
TERM: dumb
NVIMPAGER_NVIM: squashfs-root/usr/bin/nvim
BUSTED: busted --exclude-tags=appimage${{ matrix.appimage-version == "v0.9.0" && "" || ",v10" }}

macos:
runs-on: macos-latest
Expand Down

0 comments on commit 0a91694

Please sign in to comment.