Skip to content

Commit

Permalink
Remove unnecessary build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintinWillison committed Feb 2, 2021
1 parent 67063c8 commit 92323ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Vet
run: go vet ./ably ./scripts

- name: Build
run: go build -v ./...

- name: Test with JSON Protocol
env:
ABLY_PROTOCOL: application/json
Expand Down

0 comments on commit 92323ce

Please sign in to comment.