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 d13b343 commit b62211fCopy full SHA for b62211f
1 file changed
.github/workflows/CI.yml
@@ -136,4 +136,4 @@ jobs:
136
- name: Download the current versions.json from S3
137
run: curl -LO https://julialang-s3.julialang.org/bin/versions.json
138
- name: Run the post-build tests on the versions.json that we downloaded from S3
139
- run: julia --project test/more_tests.jl versions.json
+ run: julia --project test/post_build.jl versions.json full
0 commit comments