mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-01 21:30:55 +01:00
chore(actions): run all test suites, not just extract
Fixes an extra suite argumenta added to the test runner command, which told it to only run tests located in the extraction module.
This commit is contained in:
parent
3b66104cb3
commit
c1d10d37df
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -118,5 +118,5 @@ jobs:
|
|||
run: |
|
||||
# HACK: Since the exit code isn't properly reflected due to frktest not returning
|
||||
# the correct status on test fails, we have to parse the output and check ourselves
|
||||
output="$(nix develop -c lune run tests extract | tee /dev/stderr)"
|
||||
output="$(nix develop -c lune run tests | tee /dev/stderr)"
|
||||
tail -n 1 <<< $output | sed 's/\x1b\[[0-9;]*m//g' | grep -q "status: OK"
|
||||
|
|
Loading…
Add table
Reference in a new issue