Skip to content

test: secure state fixture directories #4

test: secure state fixture directories

test: secure state fixture directories #4

Workflow file for this run

name: IRC2P deterministic
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
deterministic:
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Verify SAM and tunnel packages
run: go test -p=1 -count=1 ./cmd/toyirc ./networking/internal/tunnel ./networking/internal/router ./node/internal/runtime