We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48539a0 commit 1055e89Copy full SHA for 1055e89
.github/workflows/CI.yml
@@ -25,6 +25,8 @@ jobs:
25
toolchain: nightly
26
- name: Test cases
27
run: |
28
+ git config --global user.name "Binbiubiubiu"
29
+ git config --global user.email "[email protected]"
30
cargo test --workspace --all --verbose
31
32
clippy:
0 commit comments