Skip to content

Commit 138f05b

Browse files
committed
fix tests
1 parent 44bc2e2 commit 138f05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: build lib
1919
run: tt rocks make connection-dev-1.rockspec
2020
- name: run tests
21-
run: .rocks/bin/luatest --no-capture --coverage -v
21+
run: .rocks/bin/luatest --no-capture -v
2222
- name: rename luacov.stats.out
2323
run: mv luacov.stats.out luacov.stats.out-${{matrix.version}}
2424
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)