Skip to content

Commit eeeaf6d

Browse files
authored
Merge pull request #1872 from zed-industries/tests-use-real-db
Run integration tests with an in-memory sqlite database instead of a hand-coded fake database
2 parents c0d67d9 + 2d4deaa commit eeeaf6d

File tree

15 files changed

+1447
-4652
lines changed

15 files changed

+1447
-4652
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
- name: Run tests
4646
run: cargo test --workspace --no-fail-fast
4747

48-
- name: Build collab binaries
48+
- name: Build collab
49+
run: cargo build -p collab
50+
51+
- name: Build other binaries
4952
run: cargo build --bins --all-features
5053

5154
bundle:

Cargo.lock

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

0 commit comments

Comments
 (0)