-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add soebelow and dialyzer (commented out), split steps (#2097)
* chore: add soebelow and dialyzer to ci * chore: comment out dialyzer and sobelow * chore: update action name * chore: adjust makefile test * chore: change test command * chore: add wal_level config * chore: add connection values * fix: name of matrix * chore: set wal level in test_helper * chore: add comments * chore: formatting * chore: streamline setup migration * chore: add deps compilation * chore: add test env var * chore: add cargo lockfile to cache key * chore: use setup file mount * chore: try using supabase postges * chore: use bitnami * chore: use specfic image * chore: increase health retries * chore: update health check
- Loading branch information
Showing
4 changed files
with
40 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ | |
/*.ez | ||
.DS_Store | ||
|
||
dialyzer | ||
|
||
# Generated on crash by the VM | ||
erl_crash.dump | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ help: | |
|
||
test: | ||
-epmd -daemon | ||
mix test.coverage | ||
mix test | ||
|
||
test.only: | ||
-epmd -daemon | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters