Skip to content

Commit

Permalink
ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 6, 2023
1 parent f0131b1 commit 39017d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
- name: Install dependencies
run: go get ./..
- name: Build
run: go build -v ./server/cmd/server/main.go
- name: Test
Expand Down

0 comments on commit 39017d9

Please sign in to comment.