We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92abca9 commit a38aed6Copy full SHA for a38aed6
.cirrus.yml
@@ -9,5 +9,9 @@ task:
9
- sh rustup.sh -y --profile=minimal
10
test_script:
11
- . $HOME/.cargo/env
12
- # We skip a couple of tests which fail when running as root.
13
- - cargo test --workspace --all-targets --release -- --skip group_as_non_root --skip test_secure_open_cookie_file
+ - |
+ # We skip a couple of tests which fail when running as root.
14
+ # test_traverse_secure_open_positive fails because the build directory is
15
+ # in the world writable /tmp.
16
+ cargo test --workspace --all-targets --release -- --skip group_as_non_root \
17
+ --skip test_secure_open_cookie_file --skip test_traverse_secure_open_positive
0 commit comments