We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115f937 commit 56dfbd5Copy full SHA for 56dfbd5
Taskfile.yml
@@ -190,14 +190,16 @@ tasks:
190
test:
191
deps:
192
- support
193
+ dir: site/smoketests
194
cmds:
- - go test -v github.com/starfederation/datastar/site/smoketests -run '^TestUnit' -count=1 -timeout=1m
195
+ - go test -v . -run '^TestUnit' -count=1 -timeout=1m
196
197
test-all:
198
199
200
201
- - go test -v github.com/starfederation/datastar/site/smoketests -count=1 -timeout=1m
202
+ - go test -v . -count=1 -timeout=1m
203
204
default:
205
0 commit comments