Skip to content

Commit

Permalink
add update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eline Jorritsma committed Dec 4, 2023
1 parent 66c1af7 commit dd5b632
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cargo-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
name: cargo update
with:
command: update
- uses: actions-rs/cargo@v1
name: cargo test
with:
command: test

# - uses: actions-rs/cargo@v1
# with:
# command: build
Expand Down

0 comments on commit dd5b632

Please sign in to comment.