Skip to content

Commit

Permalink
use just test-all in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 6, 2023
1 parent b7d0a30 commit 771d87e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 771d87e

Please sign in to comment.