Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 8, 2024
1 parent 666823d commit 03f3546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: apk --no-cache add bash cargo git
shell: sh
- uses: taiki-e/github-actions/checkout@main
- run: git config --system --add safe.directory '*' # Workaround for https://github.com/actions/runner/issues/2033
# - run: git config --system --add safe.directory '*' # Workaround for https://github.com/actions/runner/issues/2033
- run: cargo test --workspace --all-features
- run: |
set -eEuxo pipefail
Expand Down

0 comments on commit 03f3546

Please sign in to comment.