Testing actions

This commit is contained in:
Janos 2021-07-28 08:24:31 +02:00
commit 8a260b16ec
No known key found for this signature in database
GPG key ID: 465EF45E51CBA2BA
340 changed files with 72676 additions and 0 deletions

14
.github/workflows/selftest.yml vendored Normal file
View 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