Releases: julia-actions/julia-runtest
Releases · julia-actions/julia-runtest
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-modules
during testing by @haberdashPI in #91 - Support specifying
allow_reresolve
by @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/cache
in 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
v1.8.1: Support prefixes with args & debug improvements
What's Changed
- prevent double tests by @BeastyBlacksmith in #60
- Support prefixes with args by @SaschaMann in #71
- Print executed command in debug mode by @SaschaMann in #72
New Contributors
- @BeastyBlacksmith made their first contribution in #60
Full Changelog: v1.8.0...v1.8.1
v1.8.0: Add test failure annotations on v1.8+
What's Changed
- Make required checks work by @SaschaMann in #53
- Fix typo by @rikhuijzer in #52
- Add test failure annotations on v1.8+ by @ericphanson in #58
New Contributors
- @rikhuijzer made their first contribution in #52
- @ericphanson made their first contribution in #58
Full Changelog: v1.7...v1.8.0
v1.7.0: Allow control of --check-bounds command option
See #46 for details.
Thanks to @IanButterworth and @c42f!