Skip to content

Commit afa74b5

Browse files
authored
Remove opt0 in downstream tests (#291)
1 parent adaaf5f commit afa74b5

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
@@ -50,7 +50,7 @@ jobs:
5050
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
5151
path: downstream
5252
- name: Load this and run the downstream tests
53-
shell: julia --color=yes --project=downstream -O0 {0}
53+
shell: julia --color=yes --project=downstream {0}
5454
run: |
5555
using Pkg
5656
try

0 commit comments

Comments
 (0)