Skip to content

Commit bb95513

Browse files
committed
previous commit worked - clean up
1 parent 141e297 commit bb95513

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,13 @@ jobs:
4949
apt-get update && apt-get install --fix-missing -y unzip cmake build-essential pkg-config curl git
5050
cargo install cargo-criterion
5151
52-
- name: Make repo safe for Git inside container
53-
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
52+
# - name: Make repo safe for Git inside container
53+
# run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
5454

5555
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
with:
5757
fetch-depth: 0 # Fetch full history for git-based tools
5858

59-
- name: Run benchmark
60-
run: |
61-
cargo bench
62-
echo 'Benchmark run complete'
63-
64-
- name: Debug Git state (optional)
65-
run: |
66-
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
67-
ls -alh "$GITHUB_WORKSPACE/.git" || echo ".git not found"
68-
git rev-parse HEAD || echo "Not a git repo"
69-
7059
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
7160
with:
7261
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)