Skip to content

Commit 90df638

Browse files
Update .github/workflows/build_and_run.yml
Co-authored-by: Yevhenii Havrylko <[email protected]>
1 parent f648be9 commit 90df638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
run: dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=${{matrix.precision}} || exit 1
179179

180180
- name: Run rodinia benchmarks
181-
run: dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench|| exit 1
181+
run: dpbench -i ${{env.WORKLOADS}} --last-run run -r2 --no-print-results --rodinia --no-dpbench --precision=${{matrix.precision}} || exit 1
182182

183183
- name: Generate report
184184
run: dpbench -i ${{env.WORKLOADS}} report || exit 1

0 commit comments

Comments
 (0)