Skip to content

Commit

Permalink
add global git name
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Nov 6, 2024
1 parent 447546a commit a2423dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
env:
RUST_BACKTRACE: full
TEST_MAINNET_URL: http://localhost:8011
run: git config user.name "runner" && cargo test zk
run: git config --global user.name "test-runner" && cargo test zk

check-ci-install:
name: CI install
Expand Down

0 comments on commit a2423dc

Please sign in to comment.