Skip to content

Commit

Permalink
un-exempt tests from nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Dec 13, 2024
1 parent 659a73e commit e310dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e310dfc

Please sign in to comment.