Skip to content

Commit

Permalink
More verbose tests. Ready for release!
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxshang authored Sep 26, 2024
1 parent f2bda30 commit be2f719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: -- --nocapture

- name: "Validate an IMEI number from the CLI. (true case)"
uses: actions-rs/cargo@v1
Expand All @@ -24,4 +25,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: run
args: -- -c 353879234252634
args: -- -c 353879234252634

0 comments on commit be2f719

Please sign in to comment.