Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Oct 13, 2023
1 parent 6df89be commit 3c03475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
-
name: Generate
run: go generate ./...
-
name: Test
run: go test -v ./...
run: go test -v . && go test -v ./cmds/*
-
name: Build
run: |
Expand Down
2 changes: 0 additions & 2 deletions cmds/liter-server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ mkdir -p "$outputdir"

export CGO_ENABLED=0

go generate "$curdir" || exit $?

for p in "${available_platforms[@]}"; do
os=${p%/*}
arch=${p#*/}
Expand Down

0 comments on commit 3c03475

Please sign in to comment.