https://github.com/nextest-rs/reuse-build-partition-example
Example demonstrating build reuse and test partitioning with nextest
https://github.com/nextest-rs/reuse-build-partition-example
cargo-plugin nextest rust rust-lang test-runner
Last synced: about 1 year ago
JSON representation
Example demonstrating build reuse and test partitioning with nextest
- Host: GitHub
- URL: https://github.com/nextest-rs/reuse-build-partition-example
- Owner: nextest-rs
- License: cc0-1.0
- Created: 2022-04-17T00:38:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T07:12:47.000Z (over 2 years ago)
- Last Synced: 2025-04-19T16:10:56.668Z (about 1 year ago)
- Topics: cargo-plugin, nextest, rust, rust-lang, test-runner
- Language: Rust
- Homepage: https://nexte.st/book/reusing-builds
- Size: 11.7 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextest example: Reuse builds and partition test runs on GitHub Actions
This repository contains a working example showing how to use [cargo-nextest](https://nexte.st/) to
[reuse builds](https://nexte.st/book/reusing-builds) and [partition test
runs](https://nexte.st/book/partitioning) on GitHub Actions.
Use this example as a template to get started with your own project.
* [Example GitHub Actions workflow](.github/workflows/ci.yml)
* [Workflow runs](https://github.com/nextest-rs/reuse-build-partition-example/actions/workflows/ci.yml)
# License
[CC0](https://creativecommons.org/share-your-work/public-domain/cc0/)