We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a8c95 commit ce33432Copy full SHA for ce33432
.github/workflows/main.yml
@@ -26,9 +26,7 @@ jobs:
26
run: ./scripts/install-prereqs.sh
27
- name: Build executables
28
run: ./scripts/buildall.sh
29
- - name: Dryrun benchmarks on small input to cache library dependencies
30
- run: ./scripts/runall.sh
31
- - name: Run benchmarks again on small input
+ - name: Run benchmarks on small input
32
run: |
33
./scripts/runall.sh
34
echo ===========================
0 commit comments