Skip to content

Commit c4e2527

Browse files
authored
Update performance.yml
1 parent 788a9bb commit c4e2527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/performance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
cmake --install build
2323
- name: Test
2424
run: |
25-
cd examples/performance/ && bash run.sh
25+
cd examples/performance/
26+
bash run.sh
2627
- name: Show Result
2728
run: |
2829
cat examples/performance/sumall.dat

0 commit comments

Comments
 (0)