Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.4.0 #59

Merged
merged 8 commits into from
Aug 31, 2024
Merged

Prepare release 0.4.0 #59

merged 8 commits into from
Aug 31, 2024

Conversation

robamler
Copy link
Collaborator

No description provided.

@robamler robamler changed the title Prepare release 0.5.0 Prepare release 0.4.0 Aug 31, 2024
I accidentally removed execution of doc tests on CI when I added the
`--all-targets` switch to `cargo test` in order to run benchmarks as
tests. It turns out that `cargo test --all-targets` doesn't run doc
tests (see rust-lang/cargo#6669 ).

The solution for running both doc tests and benchmarks as tests seems to
be to leave out the `--all-target` switch and instead mark benchmarks
with `test=true` in `Cargo.toml` (see
rust-lang/cargo#6669 (comment) ).
Miri can't yet create files on windows, so we can't run this one doc
test under miri on windows.
@robamler robamler merged commit 3da0dcd into main Aug 31, 2024
22 checks passed
@robamler robamler deleted the next branch August 31, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant