Skip to content

Commit

Permalink
figure out which files need to be reset
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Aug 27, 2024
1 parent 496c9d3 commit 6108ada
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,10 @@ jobs:

- name: 🏃🏻‍♀️ Benchmarks
run: cargo bench --verbose $RUST_TARGET_FLAG -p benchmarks -- --output-format bencher | tee bench.txt
- name: Clear Cargo.lock so it doesn't interfere with git
run: git checkout Cargo.lock
- name: Print Git Status
run: git status
- name: Print Git Diff
run: git diff
- name: Store Benchmarks
uses: benchmark-action/github-action-benchmark@v1
with:
Expand Down

0 comments on commit 6108ada

Please sign in to comment.