mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
c451059d78
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
setup-test-workspace | ||
ci.yml | ||
README.md | ||
test-action.yml | ||
test-build.yml | ||
test-cache.yml | ||
test-inputs.yml |
The testing workflow is divided into several parts:
test-action.yml
, which contains simple, general integration tests of the action that should be run on each platform
and the following ones run on ubuntu-latest
:
test-build.yml
containing source-related checks: linters, formatters and verifying whether the sources matchdist/
directory,test-inputs.yml
containing specific integration tests checking whether the action inputs are processed properly,test-cache.yml
focusing on veryfing whether the baseline rustdoc is cached correctly.
setup-test-workspace
is a helper action that creates a workspace containing two crates: the test fork of ref_slice
and a dummy crate that has no matching baseline version on crates.io
.