mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 12:26:02 +03:00
fix integration test structure to assure tests run only once.
Previously, tests were included by `app.rs` which is the entrypoint for intgration tests, but there were also loose `.rs` files which each count as separate test (with their own binary). This wasn't intended and I don't know what happened there, so now `core.rs` is the entrypoint.
This commit is contained in:
parent
732a8f68e4
commit
6224c70695
Loading…
Reference in New Issue
Block a user