Test with -race flag

This commit is contained in:
Wayback Archiver 2023-02-05 06:30:44 +00:00 committed by fiatjaf
parent 15370a9acd
commit 11f4090639

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- run: go test
- run: go test ./nip13
- run: go test ./nip19
- run: go test ./nip04
- run: go test -v -race
- run: go test -v -race ./nip13
- run: go test -v -race ./nip19
- run: go test -v -race ./nip04