Skip to content

Ignore nodes, new options (#1) #4

Ignore nodes, new options (#1)

Ignore nodes, new options (#1) #4

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch:
concurrency:
group: main-${{ github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- run: go test -race -v -timeout 10s -short ./...