Skip to content

Commit 9cc94f3

Browse files
authored
Merge pull request #12 from 1Cor125/integration_tests_publish
feat: implement integration tests
2 parents 757ce9f + 58c6913 commit 9cc94f3

12 files changed

Lines changed: 4881 additions & 2517 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
- name: Run cargo check
6060
run: cargo check --workspace --all-targets
6161

62-
- name: Run cargo tests
63-
run: cargo test --workspace
62+
- name: Run TypeScript and Rust tests
63+
run: npm test

Cargo.lock

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ sqlx-sqlite-conn-mgr = { path = "crates/sqlx-sqlite-conn-mgr" }
3333

3434
[build-dependencies]
3535
tauri-plugin = { version = "2.5.1", features = ["build"] }
36+
37+
[dev-dependencies]
38+
tempfile = "3.23.0"
39+
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)