We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c875ae7 commit 8f0373dCopy full SHA for 8f0373d
.github/workflows/ci-test.yml
@@ -19,6 +19,8 @@ jobs:
19
ZERV_TEST_DOCKER: ${{ matrix.os == 'ubuntu-latest' && 'true' || 'false' }}
20
steps:
21
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
+ with:
23
+ fetch-depth: 0
24
25
- uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # stable
26
with:
0 commit comments