Skip to content

Commit 76b9d3e

Browse files
committed
debuggin these tests
1 parent de19b52 commit 76b9d3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: test
4646
run: |
47-
busted -o utfTerminal
47+
busted -o TAP
4848
4949
test_resty:
5050
runs-on: ubuntu-latest

spec/resty_busted.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ package.loaded.moonscript = require("moonscript.base")
88
local dofile = require("moonscript.base").dofile
99
package.loaded["spec.util"] = dofile "spec/util.moon"
1010

11-
require 'busted.runner'({ standalone = false })
11+
require 'busted.runner'({ standalone = false, output = 'TAP' })
1212

0 commit comments

Comments
 (0)