Skip to content

Commit

Permalink
CI: Enable git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Dec 19, 2024
1 parent cd6cb26 commit 0cd6b0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 100
submodules: true
- name: Fetch all tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Generate Changelog
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
with:
submodules: true
- name: Run tests
run: cargo test --verbose

Expand Down

0 comments on commit 0cd6b0b

Please sign in to comment.