chore(ci-cd): Build go directly

This commit is contained in:
Myzel394 2024-09-15 23:31:43 +02:00
parent 6326ccb609
commit 44da608c5a
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -20,5 +20,5 @@ jobs:
run: nix flake check
- name: Build app
run: nix build -L
run: nix develop --command bash -c "go build"