diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index b9fb14e41..000000000 --- a/Cargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -[workspace] -members = ["src-tauri"] \ No newline at end of file diff --git a/Makefile b/Makefile index 8d78b3457..f314e7beb 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ test: lint yarn test yarn copy:assets:tauri yarn build:icon - cargo test + cargo test --manifest-path src-tauri/Cargo.toml # Builds and publishes the app build-and-publish: install-and-build