Skip to content

fixes on nip-44 and test vectors. #247

fixes on nip-44 and test vectors.

fixes on nip-44 and test vectors. #247

Workflow file for this run

name: test every commit
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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
- run: go test -v -race ./nip26