Skip to content

Commit

Permalink
Remove submodule init from CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 23, 2024
1 parent 6cfcb29 commit 201c6d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
rustup set profile minimal
rustup override set ${{ matrix.version }}
- name: Init submodules
run: git submodule update --init

- name: Cargo test
if: matrix.version != 'nightly'
run: cargo test --all
Expand Down

0 comments on commit 201c6d8

Please sign in to comment.