Skip to content

Commit ce33432

Browse files
committed
simplified CI workflow
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent 37a8c95 commit ce33432

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
run: ./scripts/install-prereqs.sh
2727
- name: Build executables
2828
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
29+
- name: Run benchmarks on small input
3230
run: |
3331
./scripts/runall.sh
3432
echo ===========================

0 commit comments

Comments
 (0)