Skip to content

Commit 3e06526

Browse files
committed
fix yml formatting
1 parent 0b8d8a3 commit 3e06526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/LoopVecTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3333
path: loopvec
34-
- name: Load this and run the LoopVectorization tests
35-
shell: julia --color=yes {0}
34+
- name: Load this and run the downstream tests
35+
shell: julia --color=yes --project=downstream {0}
3636
run: |
3737
using Pkg
3838
try

0 commit comments

Comments
 (0)