Skip to content

Commit

Permalink
Add EVENT_DB_URL to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeRosa committed Mar 17, 2023
1 parent 54ff6fe commit eea6f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-tests-n-coverage.yml
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Run unit tests
env:
TEST_DATABASE_URL: postgres://postgres:postgres@localhost
EVENT_DB_URL: postgres://postgres:postgres@localhost
run: |
cargo llvm-cov nextest --no-report --manifest-path ./src/catalyst-toolbox/catalyst-toolbox/Cargo.toml --profile ci
cargo llvm-cov nextest --no-report --manifest-path ./src/catalyst-toolbox/snapshot-lib/Cargo.toml --profile ci
Expand Down Expand Up @@ -153,6 +154,7 @@ jobs:
- name: Run integration tests
env:
TEST_DATABASE_URL: postgres://postgres:postgres@localhost
EVENT_DB_URL: postgres://postgres:postgres@localhost
run: |
source <(cargo llvm-cov show-env --export-prefix)
cargo build -p jcli -p jormungandr -p explorer -p vit-servicing-station-cli -p vit-servicing-station-server
Expand Down

0 comments on commit eea6f54

Please sign in to comment.