mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-03 08:22:12 +02:00
use just test-all in github action.
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -11,7 +11,5 @@ jobs:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19.x
|
||||
- run: go test -v -race
|
||||
- run: go test -v -race ./nip04
|
||||
- run: go test -v -race ./nip13
|
||||
- run: go test -v -race ./nip19
|
||||
- uses: extractions/setup-just@v1
|
||||
- run: just test-all
|
||||
|
Reference in New Issue
Block a user