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 6b8bf7e commit 2cf0193Copy full SHA for 2cf0193
.github/workflows/downstream.yml
@@ -46,7 +46,7 @@ jobs:
46
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
47
path: downstream
48
- name: Load this and run the downstream tests
49
- shell: julia --color=yes --project=downstream {0}
+ shell: julia --color=yes --project=downstream -O0 {0}
50
run: |
51
using Pkg
52
try
0 commit comments