Skip to content

Commit

Permalink
chore(ci-cd): Build go directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Sep 15, 2024
1 parent 6326ccb commit 44da608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
run: nix flake check

- name: Build app
run: nix build -L
run: nix develop --command bash -c "go build"

0 comments on commit 44da608

Please sign in to comment.