Skip to content

Commit 3c95bad

Browse files
ci: recursive checkouts and remove unused flaky workflow
1 parent 7867088 commit 3c95bad

File tree

3 files changed

+4
-99
lines changed

3 files changed

+4
-99
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
steps:
8484
- name: Checkout
8585
uses: actions/checkout@v4
86+
with:
87+
submodules: recursive
8688

8789
- name: Set up Rust
8890
uses: dtolnay/rust-toolchain@stable

.github/workflows/flaky.yaml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- name: Checkout
5656
uses: actions/checkout@v4
5757
with:
58+
submodules: recursive
5859
ref: ${{ inputs.git-ref }}
5960

6061
- name: Install ${{ matrix.rust }} rust
@@ -158,6 +159,7 @@ jobs:
158159
- name: Checkout
159160
uses: actions/checkout@v4
160161
with:
162+
submodules: recursive
161163
ref: ${{ inputs.git-ref }}
162164

163165
- name: Install ${{ matrix.rust }}

0 commit comments

Comments
 (0)