Skip to content

Refactor tests to load flake inputs with flake-compat #4160

Refactor tests to load flake inputs with flake-compat

Refactor tests to load flake inputs with flake-compat #4160

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: nix build .#checks.x86_64-linux.formatting
tests:
needs: nixfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- run: nix run .#run-tests