aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-21 22:30:40 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-21 22:43:05 -0300
commitf4fda82fdef92e31cf9be6478793ee648eaea557 (patch)
treebd43b43a99111cd43be2b9020d11dbbd2f65809b /.github
parenta75d447e10bb7842cdbed0bb494697ddd88fd455 (diff)
downloadluarocks-f4fda82fdef92e31cf9be6478793ee648eaea557.tar.gz
luarocks-f4fda82fdef92e31cf9be6478793ee648eaea557.tar.bz2
luarocks-f4fda82fdef92e31cf9be6478793ee648eaea557.zip
tests: introduce quick tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
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: |