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