Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cqb13 committed Jul 9, 2024
1 parent ecf49ad commit 1720693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
uses: actions/checkout@v4

- name: Initialize and update submodules
run: git submodule update --init --recursive
run: |
git submodule sync
git submodule update --init --recursive
- name: Run tests
run: cargo test --verbose
Expand Down

0 comments on commit 1720693

Please sign in to comment.