Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelattwood committed Feb 14, 2024
1 parent b539054 commit 2d1172d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {}
push:
branches:
- main
- sattwood/test

jobs:
test:
Expand Down Expand Up @@ -46,10 +46,7 @@ jobs:
- name: Run tests
shell: bash --noprofile --norc -x -eo pipefail {0}
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
run: |
export GOPATH="$RUNNER_WORKSPACE"
go test -v -race -p 1 ./...
./scripts/cov.sh CI

0 comments on commit 2d1172d

Please sign in to comment.