Skip to content

chore: fix tests#14720

Merged
FabianLars merged 2 commits intodevfrom
fix/tests
Jan 2, 2026
Merged

chore: fix tests#14720
FabianLars merged 2 commits intodevfrom
fix/tests

Conversation

@FabianLars
Copy link
Member

also fixes #14719

@FabianLars FabianLars requested a review from a team as a code owner January 1, 2026 13:27
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Jan 1, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2026

Package Changes Through 478d611

There are 7 changes which include tauri-utils with patch, tauri-build with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-runtime-wry with patch, tauri-runtime with patch, tauri with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.8.1 2.8.2
tauri-bundler 2.7.5 2.7.6
tauri-runtime 2.9.2 2.9.3
tauri-runtime-wry 2.9.3 2.9.4
tauri-codegen 2.5.2 2.5.3
tauri-macros 2.5.2 2.5.3
tauri-plugin 2.5.2 2.5.3
tauri-build 2.5.3 2.5.4
tauri 2.9.5 2.9.6
@tauri-apps/cli 2.9.6 2.9.7
tauri-cli 2.9.6 2.9.7

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

[dev-dependencies]
getrandom = { version = "0.3", features = ["std"] }
serial_test = "3"
tauri = { path = "../tauri" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this cause any problems because of the circular dependency? Looks good otherwise

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it's a dev dependency I don't think so? Or rather I hope so. Couldn't spot any issues but now I'm unsure x)

This comment was marked as duplicate.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does the mobile app always send comments twice 😡

Copy link
Contributor

@Legend-Master Legend-Master Jan 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could always revert if we find any problems with it, so YOLO I guess

[dev-dependencies]
getrandom = { version = "0.3", features = ["std"] }
serial_test = "3"
tauri = { path = "../tauri" }
Copy link
Contributor

@Legend-Master Legend-Master Jan 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could always revert if we find any problems with it, so YOLO I guess

@FabianLars FabianLars merged commit dcd1a65 into dev Jan 2, 2026
29 checks passed
@FabianLars FabianLars deleted the fix/tests branch January 2, 2026 15:02
@github-project-automation github-project-automation bot moved this from 📬Proposal to 🔎 In audit in Roadmap Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔎 In audit

Development

Successfully merging this pull request may close these issues.

[bug] Fresh clone: cargo test fails on Windows

2 participants