Skip to content

Commit 1055e89

Browse files
committed
ci: fix ci
1 parent 48539a0 commit 1055e89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
toolchain: nightly
2626
- name: Test cases
2727
run: |
28+
git config --global user.name "Binbiubiubiu"
29+
git config --global user.email "[email protected]"
2830
cargo test --workspace --all --verbose
2931
3032
clippy:

0 commit comments

Comments
 (0)