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

Error when not using cargo-nextest #3293

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

cwfitzgerald
Copy link
Member

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Connections

Closes #3285

Description

Error when there are multiple tests running at the same time in a single process.

Testing

Ran cargo test, got yelled at.

@cwfitzgerald cwfitzgerald enabled auto-merge (squash) December 14, 2022 23:53
@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2022

Codecov Report

Merging #3293 (fa2f9d0) into master (f0f700c) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3293   +/-   ##
=======================================
  Coverage   65.64%   65.64%           
=======================================
  Files          82       82           
  Lines       39479    39479           
=======================================
+ Hits        25915    25917    +2     
+ Misses      13564    13562    -2     
Impacted Files Coverage Δ
wgpu-core/src/hub.rs 60.67% <0.00%> (-0.16%) ⬇️
wgpu-core/src/validation.rs 58.87% <0.00%> (-0.14%) ⬇️
wgpu-core/src/device/mod.rs 66.73% <0.00%> (+0.09%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cwfitzgerald cwfitzgerald merged commit 2480eff into gfx-rs:master Dec 15, 2022
@cwfitzgerald cwfitzgerald deleted the check-single-threaded-exec branch December 15, 2022 00:45
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.

Validate cargo-nextest is being used in tests
2 participants