Skip to content

Merge pull request #1530 from Gigahawk/tc358743-4-lane #4010

Merge pull request #1530 from Gigahawk/tc358743-4-lane

Merge pull request #1530 from Gigahawk/tc358743-4-lane #4010

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- master
merge_group:
jobs:
nixfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- run: cd tests && nix fmt .. -- --fail-on-change
tests:
needs: nixfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- run: nix run ./tests#run .