We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427ab61 commit 8440999Copy full SHA for 8440999
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
useradd -m -s /bin/bash rootless
40
su - rootless
41
- cargo test --features test-docker --skip test_simple_build
+ cargo test --features test-docker -- --skip test_simple_build
42
43
test-fedora:
44
runs-on: ubuntu-24.04
0 commit comments