mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-19 06:01:45 +00:00
More testing
This commit is contained in:
parent
fc8db34b00
commit
c3cb9a3d0c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/selftest.yml
vendored
3
.github/workflows/selftest.yml
vendored
|
|
@ -14,5 +14,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.16
|
||||||
- name: Run gotestfmt
|
- name: Run gotestfmt
|
||||||
working-directory: testdata
|
run: cd testdata && go test -v ./... | gotestfmt
|
||||||
run: go test -v ./... | gotestfmt
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue