mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-28 01:32:28 +02:00
turns out we don't need just to run tests.
This commit is contained in:
parent
fe17b5c0ad
commit
8bd03cbaed
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -11,5 +11,4 @@ jobs:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version-file: ./go.mod
|
||||
- uses: extractions/setup-just@v1
|
||||
- run: just test-all
|
||||
- run: go test ./...
|
||||
|
17
justfile
17
justfile
@ -1,17 +0,0 @@
|
||||
build-all:
|
||||
#!/usr/bin/env bash
|
||||
for dir in $(find . -maxdepth 1 -type d -name "nip*"); do
|
||||
go build "./$dir"
|
||||
done
|
||||
go build ./
|
||||
go build ./nson
|
||||
go build ./binary
|
||||
|
||||
test-all:
|
||||
#!/usr/bin/env bash
|
||||
for dir in $(find . -maxdepth 1 -type d -name "nip*"); do
|
||||
go test "./$dir"
|
||||
done
|
||||
go test ./
|
||||
go test ./nson
|
||||
go test ./binary
|
Loading…
x
Reference in New Issue
Block a user