We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8d8a3 commit 3e06526Copy full SHA for 3e06526
.github/workflows/LoopVecTests.yml
@@ -31,8 +31,8 @@ jobs:
31
with:
32
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
33
path: loopvec
34
- - name: Load this and run the LoopVectorization tests
35
- shell: julia --color=yes {0}
+ - name: Load this and run the downstream tests
+ shell: julia --color=yes --project=downstream {0}
36
run: |
37
using Pkg
38
try
0 commit comments