We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867a7ba commit e430871Copy full SHA for e430871
.github/workflows/crystal-test.yml
@@ -43,4 +43,6 @@ jobs:
43
run: shards install
44
45
- name: Run specs
46
+ env:
47
+ DATABASE_URL: postgres://postgres:postgres@localhost:5432/crystal_pg_test
48
run: crystal spec
0 commit comments