Skip to content

Commit

Permalink
avoid root privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Oct 10, 2023
1 parent 9b25d64 commit cf98078
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ jobs:
- name: clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose --all-features
run: cargo build --verbose --examples --tests --all-features

0 comments on commit cf98078

Please sign in to comment.