Skip to content

Commit

Permalink
Update .github/workflows/build_and_run.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Yevhenii Havrylko <[email protected]>
  • Loading branch information
AlexanderKalistratov and ZzEeKkAa authored Nov 8, 2023
1 parent f648be9 commit 90df638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: dpbench -i ${{env.WORKLOADS}} run -r2 --no-print-results --precision=${{matrix.precision}} || exit 1

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

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

0 comments on commit 90df638

Please sign in to comment.