deduplicate tests to settle for running through the (cache-friendly) flake (#516)

This commit is contained in:
Kiara Grouwstra 2025-09-13 13:21:58 +02:00
parent 567368816c
commit dadbbe04df

View file

@ -10,20 +10,8 @@ on:
- main - main
jobs: jobs:
check-pre-commit:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix-build -A tests
check-data-model: check-data-model:
runs-on: native runs-on: native
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix' - run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
check-panel:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix-build -A tests.panel