Skip to content

Commit 3e50209

Browse files
committed
fixup! feat: implement benchmarks for TheAlgorithms (backtracking, big_interger, bit_manipulation)
1 parent 011a5f0 commit 3e50209

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v4
45+
with:
46+
submodules: true
4547
- uses: moonrepo/setup-rust@v1
4648
with:
4749
cache-target: release
@@ -66,6 +68,8 @@ jobs:
6668
runs-on: codspeed-macro
6769
steps:
6870
- uses: actions/checkout@v4
71+
with:
72+
submodules: true
6973
- uses: moonrepo/setup-rust@v1
7074
with:
7175
cache-target: release

0 commit comments

Comments
 (0)