Skip to content

Commit

Permalink
test: cargo --list
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Sep 19, 2024
1 parent 04eea6e commit 6fb4a6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build
- name: List
working-directory: program
run: cargo build --verbose
run: cargo --list

- name: List
- name: Build
working-directory: program
run: cargo list
run: cargo build --verbose

- name: Run tests
working-directory: program
Expand Down

0 comments on commit 6fb4a6d

Please sign in to comment.