An open API service indexing awesome lists of open source software.

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

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/)