From dadbbe04dfd5f06fae96acaf84e5d9d3abcb000e Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 13 Sep 2025 13:21:58 +0200 Subject: [PATCH] deduplicate tests to settle for running through the (cache-friendly) flake (#516) --- .forgejo/workflows/ci.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 87877f8a..359ca3c9 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -10,20 +10,8 @@ on: - main jobs: - check-pre-commit: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: nix-build -A tests - check-data-model: runs-on: native steps: - uses: actions/checkout@v4 - 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