Skip to content

Commit

Permalink
fml
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 6, 2023
1 parent 3119d20 commit 9cce7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: go get ./...
- name: Build
run: go build -v /cmd/server/main.go
run: go build -v cmd/server/main.go
- name: Test
run: go test

0 comments on commit 9cce7e7

Please sign in to comment.