Skip to content

Commit

Permalink
ci: add cxl-host build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-howe-1 committed Oct 22, 2024
1 parent 68b0da0 commit 4c7b8d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:

- name: Generate support files
run: make generate

- name: Format Golang
run: if [ "$(gofmt -l . | wc -l)" -gt 0 ]; then exit 1; fi

- name: Build Golang
- name: Build cfm-service & cfm-cli (Golang)
run: make build-go

- name: Build cxl-host (Golang)
working-directory: ./cmd/cxl-host
run: make local

0 comments on commit 4c7b8d1

Please sign in to comment.