From e310dfce40072b01ea896ece622d017e00e77b4f Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Thu, 12 Dec 2024 21:35:09 -0500 Subject: [PATCH] un-exempt tests from nix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5134f07..c923197 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -207,7 +207,7 @@ jobs: - name: Run tests run: | - nix-shell --run "sh scripts/run_tests.sh symlinks summary exit_status unzip_D_flag_commit hidden_variables command_substitution reuse_problematic_sandbox toplevel-perms empty_summary merge_multiple_dirs touch_and_rm_no_flag reuse_sandbox mkdir_on_file all-commit-cases unzip_D_flag_commit_without_cleanup unzip_no_flag pipeline touch_and_rm_D_flag_commit network ignore_flag dev_urandom nonexistent_sandbox" + nix-shell --run "sh scripts/run_tests.sh" prerelease: