Skip to content

Commit

Permalink
feat(ch-app): Add testcontainers for Integration tests with database
Browse files Browse the repository at this point in the history
  • Loading branch information
schoenenberg committed Feb 29, 2024
1 parent 0571bd1 commit 679b06b
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 132 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build and Test
run: |
cd clearing-house-app
cargo build --verbose
cargo test --verbose
cargo build
cargo test
edc-unit-tests:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 679b06b

Please sign in to comment.