mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-04-07 19:49:25 +00:00
Testing actions
This commit is contained in:
commit
8a260b16ec
340 changed files with 72676 additions and 0 deletions
14
.github/workflows/selftest.yml
vendored
Normal file
14
.github/workflows/selftest.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
self-test:
|
||||
runs-on: ubuntu-latest
|
||||
name: Self-test
|
||||
steps:
|
||||
- name: Install gotestfmt
|
||||
uses: haveyoudebuggedit/gotestfmt-action@main
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
- name: Run gotestfmt
|
||||
run: go test -v ./... | gotestfmt
|
||||
Loading…
Add table
Add a link
Reference in a new issue