meta things and get rid of old relayer tests that don\'t work here.

This commit is contained in:
fiatjaf
2023-11-07 22:31:13 -03:00
parent 487b84cf2d
commit 270096debb
5 changed files with 19 additions and 185 deletions

14
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: test every commit
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
- run: go test ./...