Skip to content

fix(server,nip11): fix nip11 condition on websocket server. #140

fix(server,nip11): fix nip11 condition on websocket server.

fix(server,nip11): fix nip11 condition on websocket server. #140

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22.5'
- name: Unit tests
run: make unit-test
- name: Race tests
run: make test-race