mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-26 08:41:30 +02: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
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.x
|
go-version: 1.19.x
|
||||||
- run: go test
|
- run: go test -v -race
|
||||||
- run: go test ./nip13
|
- run: go test -v -race ./nip13
|
||||||
- run: go test ./nip19
|
- run: go test -v -race ./nip19
|
||||||
- run: go test ./nip04
|
- run: go test -v -race ./nip04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user