cargo-semver-checks/.github/workflows
dependabot[bot] e7dd74ede1
Bump actions/cache from 3 to 4 (#72)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  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>
2024-03-19 17:38:41 +00:00
..
setup-test-workspace Add input exclude, allow list in package (#40) 2023-04-23 14:24:06 -04:00
ci.yml Ensure that failing tests prevent PRs from being merged. (#50) 2023-06-06 14:59:32 -04:00
README.md Add test for baseline caching (#33) 2023-04-07 10:54:46 -04:00
test-action.yml Update CI to use Rust 1.74, the new MSRV. (#69) 2024-03-19 17:12:20 +00:00
test-build.yml Bump actions/setup-node from 3 to 4 (#74) 2024-03-19 17:35:22 +00:00
test-cache.yml Bump actions/cache from 3 to 4 (#72) 2024-03-19 17:38:41 +00:00
test-inputs.yml Bump actions/cache from 3 to 4 (#72) 2024-03-19 17:38:41 +00:00

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 match dist/ 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.