Skip to content

(alan/no-fork) Committee runner: Data race fix (#1487) #4269

(alan/no-fork) Committee runner: Data race fix (#1487)

(alan/no-fork) Committee runner: Data race fix (#1487) #4269

name: Spec tests (raceless)
on:
push:
branches:
- "**"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup make
run: sudo apt-get update && sudo apt-get install make
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
- name: Run pre-fork spec tests
run: make pre-fork-spec-test-raceless
- name: Run post-fork spec tests
run: make post-fork-spec-test-raceless
- name: Run all spec tests
run: make all-spec-test-raceless