Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthargett committed Nov 1, 2021
1 parent f907824 commit c3b1e3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ jobs:
with:
version: "^1.0.1"
token: ${{ secrets.GITHUB_TOKEN }}
run:
cargo install --git https://gitlab.com/seaofvoices/darklua.git#v0.6.0

- name: Test
run: |
darklua process src/ darklua_processed
cargo install --git https://gitlab.com/seaofvoices/darklua.git#v0.6.0
darklua process src/ darklua_processed/
lua -lluacov test/lemur.lua
luacov -r lcov
Expand Down

0 comments on commit c3b1e3c

Please sign in to comment.