Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Sep 12, 2024
1 parent 20a4aee commit 8c27ac0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
target: ${{ matrix.target }}
override: true

- name: Update Cargo.lock
uses: actions-rs/cargo@v1
with:
command: update

- name: Run cargo test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 8c27ac0

Please sign in to comment.