Skip to content

Commit

Permalink
ci: enable systemd-run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Jan 31, 2025
1 parent 1175415 commit c3b4d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
with:
profile: minimal
toolchain: stable
- run: cargo test --verbose
- run: cargo test --bins --verbose
- run: CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER='sudo -E' cargo test --features as-root --verbose -- --skip systemctl systemd_run

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c3b4d7f

Please sign in to comment.