mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-07 16:27:27 +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:
|
||||
go-version: 1.16
|
||||
- name: Run gotestfmt
|
||||
working-directory: testdata
|
||||
run: go test -v ./... | gotestfmt
|
||||
run: cd testdata && go test -v ./... | gotestfmt
|
||||
|
|
|
|||
Loading…
Reference in a new issue