Skip to content

Commit d9dae13

Browse files
authored
Lower optimization in downstream tests (#437)
* lower optimization in downstream tests * Set optimize to 0
1 parent 172df11 commit d9dae13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
4949
path: downstream
5050
- name: Load this and run the downstream tests
51-
shell: julia --color=yes --project=downstream {0}
51+
shell: julia --color=yes --project=downstream --optimize=0 {0}
5252
run: |
5353
using Pkg
5454
try

0 commit comments

Comments
 (0)