feat(docker): add docker support

This commit is contained in:
Kristofers Solo
2024-03-24 20:49:41 +02:00
parent 58681f9220
commit c2b4ac560a
10 changed files with 119 additions and 63 deletions

View File

@@ -29,6 +29,8 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y postgresql-client
- name: Migrate database
run: SKIP_DOCKER=true ./scripts/init_db
- name: Check sqlx-data.json is up to date
run: cargo sqlx prepare --workspace --check
- name: Run tests
run: cargo test
fmt: