Skip to content

Commit 6ba15a5

Browse files
committed
Fix CI?
1 parent a1bb86e commit 6ba15a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ jobs:
1313
CARGO_TERM_COLOR: always
1414
steps:
1515
- uses: actions/checkout@v5
16+
with:
17+
token: ${{ secrets.TOKEN }}
18+
submodules: true
1619
- name: Build
17-
run: cargo build --verbose
20+
run: cargo build
1821
- name: Run tests
19-
run: cargo test --verbose
22+
run: cargo test
2023

2124
clippy:
2225
name: Clippy

0 commit comments

Comments
 (0)