Skip to content

Commit 27c3236

Browse files
authored
Remove opt0 in downstream tests (#528)
1 parent 503a3f7 commit 27c3236

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
@@ -52,7 +52,7 @@ jobs:
5252
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
5353
path: downstream
5454
- name: Load this and run the downstream tests
55-
shell: julia --color=yes --project=downstream --optimize=0 {0}
55+
shell: julia --color=yes --project=downstream {0}
5656
run: |
5757
using Pkg
5858
try

0 commit comments

Comments
 (0)