Skip to content

stop supporting prefix matches. #239

stop supporting prefix matches.

stop supporting prefix matches. #239

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