We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c38b8 commit 44c1382Copy full SHA for 44c1382
.github/workflows/main.yml
@@ -69,11 +69,11 @@ jobs:
69
env:
70
DATABASE_URL: 'postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres'
71
- name: Compile binary
72
- run: docker-compose run app cargo build --release
+ run: cargo build --release
73
74
75
- name: Compile manage binary
76
- run: docker-compose run app cargo build --release --bin manage
+ run: cargo build --release --bin manage
77
78
79
- name: Build release image
0 commit comments