Skip to content

Commit

Permalink
ci: nix-test: verbose go install
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Sylvester Bauer <[email protected]>
  • Loading branch information
sylv-io committed Oct 15, 2024
1 parent 9a0dde0 commit fa22559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- uses: cachix/install-nix-action@v22
- name: Test
run: |
nix develop --ignore-environment --keep HOME --command bash -c "go install && ~/go/bin/tinygo version && ~/go/bin/tinygo build -o test ./testdata/cgo"
nix develop --ignore-environment --keep HOME --command bash -c "go install -v -n -a && ~/go/bin/tinygo version && ~/go/bin/tinygo build -o test ./testdata/cgo"

0 comments on commit fa22559

Please sign in to comment.