diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddbda13..1c40535 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,4 +19,4 @@ jobs: - run: nix-shell --run "echo OK" - run: nix-shell --run "pre-commit run --all-files" - run: nix-build -A vm - - run: nix-build test + - run: nix-build test --check