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 172df11 commit d9dae13Copy full SHA for d9dae13
.github/workflows/downstream.yml
@@ -48,7 +48,7 @@ jobs:
48
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
49
path: downstream
50
- name: Load this and run the downstream tests
51
- shell: julia --color=yes --project=downstream {0}
+ shell: julia --color=yes --project=downstream --optimize=0 {0}
52
run: |
53
using Pkg
54
try
0 commit comments