Skip to content

Commit

Permalink
Fixed Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavVerma-droid committed Dec 4, 2024
1 parent 3f70aa3 commit 31f1050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Clean
run: cargo clean
- name: Build
run: cargo run --verbose --features unix
run: cargo build --verbose --features unix
- name: Run tests
run: cargo test --verbose --features unix

0 comments on commit 31f1050

Please sign in to comment.