Skip to content

Commit

Permalink
Update release.yml (#152)
Browse files Browse the repository at this point in the history
Add step that pulls in the latest providers
  • Loading branch information
flenter authored Aug 11, 2023
1 parent cf75dbc commit 870668c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Pull latest providers
run: cargo run pull
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run tests
run: cargo test

Expand Down

0 comments on commit 870668c

Please sign in to comment.