mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-19 14:11:46 +00:00
More testing
This commit is contained in:
parent
c3cb9a3d0c
commit
03ad8ff09e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/selftest.yml
vendored
5
.github/workflows/selftest.yml
vendored
|
|
@ -13,5 +13,8 @@ jobs:
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.16
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: Run gotestfmt
|
- name: Run gotestfmt
|
||||||
run: cd testdata && go test -v ./... | gotestfmt
|
working-directory: testdata
|
||||||
|
run: go test -v ./... | gotestfmt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue