Skip to content

Commit

Permalink
fix: ghwf
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Nov 24, 2024
1 parent 5e3845f commit ca8d6ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
with:
path: ${{ steps.go-cache-paths.outputs.go-mod }}
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
- name: Install Make
run: sudo apt-get install make
- name: make install
run: make install
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
Expand Down Expand Up @@ -109,6 +113,10 @@ jobs:
with:
path: ${{ steps.go-cache-paths.outputs.go-mod }}
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
- name: Install Make
run: sudo apt-get install make
- name: make install
run: make install
- name: Run Tests with Coverage
run: go test -v -race -coverprofile=coverage.txt ./...
- name: Print Coverage
Expand Down
1 change: 1 addition & 0 deletions cmd/server/deps/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.gitkeep
1 change: 1 addition & 0 deletions cmd/server/public/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.gitkeep

0 comments on commit ca8d6ec

Please sign in to comment.