diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-21 22:30:40 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-21 22:43:05 -0300 |
| commit | f4fda82fdef92e31cf9be6478793ee648eaea557 (patch) | |
| tree | bd43b43a99111cd43be2b9020d11dbbd2f65809b /.github | |
| parent | a75d447e10bb7842cdbed0bb494697ddd88fd455 (diff) | |
| download | luarocks-f4fda82fdef92e31cf9be6478793ee648eaea557.tar.gz luarocks-f4fda82fdef92e31cf9be6478793ee648eaea557.tar.bz2 luarocks-f4fda82fdef92e31cf9be6478793ee648eaea557.zip | |
tests: introduce quick tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 603a5613..07803faf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -54,8 +54,8 @@ jobs: | |||
| 54 | - name: Integration Test | 54 | - name: Integration Test |
| 55 | run: | | 55 | run: | |
| 56 | eval $(luarocks path) | 56 | eval $(luarocks path) |
| 57 | busted -o htest --exclude-tags=ssh,gpg,git,unit --verbose -Xhelper "lua_dir=$(luarocks config variables.LUA_DIR),ci" | 57 | busted -o htest --exclude-tags=ssh,gpg,git,unit,quick --verbose -Xhelper "lua_dir=$(luarocks config variables.LUA_DIR),ci" |
| 58 | busted -o htest --exclude-tags=ssh,gpg,git,unit --verbose -Xhelper "lua_dir=$(luarocks config variables.LUA_DIR),ci,env=full" | 58 | busted -o htest --exclude-tags=ssh,gpg,git,unit,quick --verbose -Xhelper "lua_dir=$(luarocks config variables.LUA_DIR),ci,env=full" |
| 59 | 59 | ||
| 60 | - name: Coverage | 60 | - name: Coverage |
| 61 | run: | | 61 | run: | |
