Skip to content

Commit

Permalink
Update unix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinire98 authored Jun 9, 2024
1 parent 791ccc4 commit 8cbc0c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ jobs:
- name: Admin privileges
run: sudo su
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run clippy
run: cargo clippy
run: sudo cargo build --verbose

0 comments on commit 8cbc0c7

Please sign in to comment.