Skip to content

Commit

Permalink
Update rust.yml to remove -g
Browse files Browse the repository at this point in the history
  • Loading branch information
theoforger authored Sep 20, 2024
1 parent 49fb840 commit fd6412e
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 @@ -25,7 +25,5 @@ jobs:
run: cargo run -- -V
- name: Test -h
run: cargo run -- -h
- name: Test -g
run: cargo run -- -g
- name: Run unit test
- name: Run unit testing
run: cargo test

0 comments on commit fd6412e

Please sign in to comment.