Skip to content

Commit

Permalink
fix(test): test with data checksums in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkerloch committed Feb 28, 2023
1 parent ca327e9 commit a5438f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
POSTGRES_DB: ign # mandatory duplicate otherwise database is uninitialized and superuser password is not specified
POSTGRES_USER: ign # mandatory duplicate
POSTGRES_PASSWORD: ign # mandatory duplicate
POSTGRES_INITDB_ARGS: "--data-checksums"
ports:
# Maps tcp port 5555 on service container to the host
- 5555:5432
Expand Down

0 comments on commit a5438f2

Please sign in to comment.