Skip to content

Commit

Permalink
remove build step in gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Bovet Derpich <jose.bovet@gmail.com>
  • Loading branch information
jbovet committed Jun 3, 2024
1 parent ede0acf commit 03ec76d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Setup cache
uses: Swatinem/rust-cache@v2

- name: Build
run: cargo build --verbose

- name: Run all workspace tests
run: cargo test --workspace --verbose

Expand Down

0 comments on commit 03ec76d

Please sign in to comment.