Skip to content

Tags: julia-actions/julia-runtest

Tags

v1.11.1

Toggle v1.11.1's commit message

v1.11

Toggle v1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
don't set test_args if empty (#127)

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
don't set test_args if empty (#127)

latest

Toggle latest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
don't set test_args if empty (#127)

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow passing multiple arguments in test_args (#118)

Co-authored-by: Markus Hauru <[email protected]>
Co-authored-by: Ian Butterworth <[email protected]>

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump julia-actions/setup-julia from 2.0.0 to 2.2.0 (#115)

* Bump julia-actions/setup-julia from 2.0.0 to 2.2.0

Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.0.0 to 2.2.0.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md)
- [Commits](julia-actions/setup-julia@f225878...3645a07)

---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Butterworth <[email protected]>

v1.10

Toggle v1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump julia-actions/setup-julia from 2.0.0 to 2.2.0 (#115)

* Bump julia-actions/setup-julia from 2.0.0 to 2.2.0

Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2.0.0 to 2.2.0.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md)
- [Commits](julia-actions/setup-julia@f225878...3645a07)

---
updated-dependencies:
- dependency-name: julia-actions/setup-julia
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Butterworth <[email protected]>

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing version check to test_harness (#81)

#79 introduced a version requirement for annotations for installing the dependencies but not for the code that adds the annotations, resulting in a dependency error for certain versions.

Fixes #80

v1.9

Toggle v1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing version check to test_harness (#81)

#79 introduced a version requirement for annotations for installing the dependencies but not for the code that adds the annotations, resulting in a dependency error for certain versions.

Fixes #80

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restrict annotation functionality to versions of Julia it works on (#79)

* Restrict annotation functionality to versions of Julia it works on

see #76

* Update README.md