Skip to content

Commit

Permalink
testing something
Browse files Browse the repository at this point in the history
  • Loading branch information
lornest committed Sep 6, 2023
1 parent 0d49f3c commit 7aa2948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'server/**'
- './github/workflows/server-ci.yaml'
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand All @@ -15,8 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
- name: Build
run: go build -v ./server
- name: Build run: go build -v ./server
- name: Test
run: go test

0 comments on commit 7aa2948

Please sign in to comment.