diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-21 22:30:40 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-23 04:33:35 -0300 |
commit | 79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa (patch) | |
tree | b8ead4801340bd958fccbcb97c35cc7d463f2435 /.github | |
parent | a75d447e10bb7842cdbed0bb494697ddd88fd455 (diff) | |
download | luarocks-79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa.tar.gz luarocks-79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa.tar.bz2 luarocks-79bd1739d8ca004ddd0b2fa5e24da4a6f4b776fa.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: | |