From 16f71106c2fbfab753fe64b83914fa0eb43abc5e Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 13:52:59 +0200 Subject: [PATCH] Up. --- .github/workflows/nix_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index 887b8b24..f2209f8a 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -30,7 +30,7 @@ jobs: env: USER: github_runner - name: Build - run: nix build .#test + run: nix develop .#test --command echo "Ok" - name: Pre-commit tests. run: nix develop .#test --command pre-commit run --all-files - name: Python tests.