Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dravenk committed Apr 19, 2022
1 parent 27c7a18 commit 9594e22
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/go.yml
Expand Up @@ -28,15 +28,5 @@ jobs:
go test -v -cover ./... -coverprofile coverage.out -coverpkg ./...
go tool cover -func coverage.out -o coverage.out # Replaces coverage.out with the analysis of coverage.out
check-web-api:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17

- name: Check for compatibility
- name: Check Server API
run: ./test.sh

0 comments on commit 9594e22

Please sign in to comment.