Releases: julia-actions/julia-runtest
Releases · julia-actions/julia-runtest
v1.11.4
What's Changed
- Compare tree hashes instead of using git diff by @IanButterworth in #154
Maintenance
- Update CI config by @IanButterworth in #156
Full Changelog: v1.11.3...v1.11.4
v1.11.3
What's Changed
- Warn if merge commit content differs to branch head by @IanButterworth in #152
Maintenance
- Use
julia-actions/cachefor tests by @omus in #137 - Bump codecov/codecov-action from 5.0.7 to 5.4.0 by @dependabot[bot] in #142
- Bump julia-actions/cache from 2.0.7 to 2.1.0 by @dependabot[bot] in #145
- Bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot[bot] in #146
- Bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot[bot] in #147
- Bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #149
- Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #150
- Bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #151
Full Changelog: v1...v1.11.3
v1.11.2
What's Changed
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #128
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #129
- Bump julia-actions/setup-julia from 2.6.0 to 2.6.1 by @dependabot in #133
- Bump julia-actions/julia-buildpkg from 1.6.0 to 1.7.0 by @dependabot in #132
- Bump codecov/codecov-action from 4.6.0 to 5.0.7 by @dependabot in #131
- Pass
depwarnin viajulia_argsby @SamuelBrand1 in #135
New Contributors
- @SamuelBrand1 made their first contribution in #135
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- don't set test_args if empty by @IanButterworth in #127
- Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in #125
- Bump julia-actions/setup-julia from 2.4.0 to 2.6.0 by @dependabot in #126
Full Changelog: v1.11.0...v1.11.1
v1.11.0 - New `test_args` input. New reproducer header in logs.
What's Changed
-
Add test_args input and populate to test_args in test() by @sschlenkrich in #73
-
allow passing multiple arguments in test_args by @m-fila in #118
-
add a reproducer header by @IanButterworth in #124
-
Bump julia-actions/setup-julia from 2.2.0 to 2.3.0 by @dependabot in #117
-
Bump julia-actions/setup-julia from 2.3.0 to 2.4.0 by @dependabot in #120
New Contributors
- @sschlenkrich made their first contribution in #73
- @gdalle made their first contribution in #119
- @m-fila made their first contribution in #118
Full Changelog: v1.10.0...v1.11.0
v1.10.0 - Support `--compiled-modules` and `allow_reresolve`. Remove noisy test harness stacktrace
What's Changed
- enable julia arg
--compiled-modulesduring testing by @haberdashPI in #91 - Support specifying
allow_reresolveby @omus in #107 - hide the harness stack trace on failure by @IanButterworth in #116
Maintenance
- Enable Dependabot by @SaschaMann in #85
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #87
- Bump julia-actions/julia-buildpkg from 1.4.4 to 1.5.0 by @dependabot in #88
- Bump julia-actions/setup-julia from 1.9.2 to 1.9.4 by @dependabot in #90
- Bump julia-actions/julia-buildpkg from 1.5.0 to 1.6.0 by @dependabot in #94
- Bump julia-actions/setup-julia from 1.9.4 to 1.9.5 by @dependabot in #93
- Update dependabot.yml by @ViralBShah in #95
- Update README by @hyrodium in #96
- Use
julia-actions/cachein README example by @hyrodium in #99 - Bump actions/checkout from 4.1.1 to 4.1.4 by @dependabot in #109
- Bump actions/cache from 3.3.2 to 4.0.2 by @dependabot in #104
- Bump julia-actions/setup-julia from 1.9.5 to 2.0.0 by @dependabot in #110
- Upgrade Codecov, and use a Codecov token by @DilumAluthge in #112
- CI: Only run Dependabot once per month, but make the open-PR-limit very large by @DilumAluthge in #113
- Bump actions/checkout from 4.1.4 to 4.1.7 by @dependabot in #114
- Bump julia-actions/setup-julia from 2.0.0 to 2.2.0 by @dependabot in #115
New Contributors
- @ViralBShah made their first contribution in #95
- @haberdashPI made their first contribution in #91
- @hyrodium made their first contribution in #96
- @omus made their first contribution in #107
Full Changelog: v1.9.3...v1.10.0
v1.9.3: Add missing version check to prevent dependency errors on nightly
What's Changed
- Add missing version check to test_harness by @SaschaMann in #81
Full Changelog: v1.9.2...v1.9.3
v1.9.2: Restrict annotation functionality to versions of Julia it works
What's Changed
- Add warning about annotate by @SaschaMann in #77
- Restrict annotation functionality to versions of Julia it works on by @ericphanson in #79
Full Changelog: v1.9.1...v1.9.2
v1.9.1: Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps
What's Changed
- Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps. by @fredrikekre in #75
Full Changelog: v1.9.0...v1.9.1
v1.9.0: Use eager Pkg server registry
What's Changed
- Use eager registry flavor instead of git clone. by @fredrikekre in #74
Full Changelog: v1.8...v1.9.0