From 48efa9247bf1854b38500dd3b0d01b17d95501f3 Mon Sep 17 00:00:00 2001 From: Rosario Pulella Date: Tue, 4 Jul 2023 02:31:03 -0400 Subject: [PATCH] Ensure tests rebuild --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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