Skip to content

Commit

Permalink
[fixture-data] add publish = false and some more metadata
Browse files Browse the repository at this point in the history
Fix failing tests.
  • Loading branch information
sunshowers committed Aug 23, 2024
1 parent b98b345 commit 6fe041b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fixture-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "fixture-data"
version = "0.1.0"
description = "Fixture data for nextest integration tests"
repository = "https://github.com/nextest-rs/nextest"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish = false

[dependencies]
maplit.workspace = true
Expand Down
7 changes: 6 additions & 1 deletion nextest-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## [0.11.1] - 2024-08-23
## [0.11.2] - 2024-08-23

### Added

- New exit code `NO_TESTS_RUN = 4`, indicating no tests to run.
- Support for a new mismatch reason for tests and binaries: that they are not in the default set.

## [0.11.1] - 2024-08-23

This version was not published due to a CI issue.

## [0.11.0] - 2024-05-23

### Added
Expand Down Expand Up @@ -217,6 +221,7 @@ This release is compatible with cargo-nextest 0.9.10 and later.

- Initial version, with support for listing tests.

[0.11.2]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.2
[0.11.1]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.1
[0.11.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.11.0
[0.10.0]: https://github.com/nextest-rs/nextest/releases/tag/nextest-metadata-0.10.0
Expand Down

0 comments on commit 6fe041b

Please sign in to comment.