mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-18 05:42:20 +01:00
Test with -race
flag
This commit is contained in:
parent
15370a9acd
commit
11f4090639
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user