Skip to content

Base 1 commit

Base 1 commit #3

Workflow file for this run

name: Go Tests
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu20.04-8cores-32GB
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
run: |-
nix develop -c make test_race