Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
poschi3 committed Sep 16, 2023
1 parent cb3f2d8 commit e858549
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:

- name: Build
working-directory: ./maas-server
run: go build
run: |
go get ./...
go build

0 comments on commit e858549

Please sign in to comment.