Skip to content

Commit 61b70bc

Browse files
authored
Update main.yml
1 parent 052f0fe commit 61b70bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
shell: bash
4444
run: |
4545
find ${PWD}/build -name kokkos_sample
46-
${PWD}/bin/kokkos_sample
46+
${PWD}/bin/kokkos_sample 512 25
4747
4848
- name: Run sample
4949
shell: bash
5050
run: |
51-
${PWD}/bin/sample
51+
${PWD}/bin/sample 512 25
5252
5353
- name: Install Intel OneAPI (ifort)
5454
run: |

0 commit comments

Comments
 (0)