Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVlaanderen committed Dec 12, 2023
1 parent e6aafcb commit 4778da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ "main" ]
paths:
- ".github/workflows/2023.yml"
- "2023/**"
pull_request:
branches: [ "main" ]
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
path: 2023/report.xml
reporter: java-junit

- name: Run benchmarks
- name: Run benchmark
run: go test -bench . -benchmem | tee output.txt

- name: Download previous benchmark data
Expand Down

0 comments on commit 4778da5

Please sign in to comment.