Skip to content

Commit

Permalink
ci: fix some issues in the github actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Williams <dcbw@redhat.com>
  • Loading branch information
dcbw committed Mar 30, 2021
1 parent cf7bb52 commit 917d1f4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
for arch in ${LINUX_ARCHES}; do
echo "Building for arch $arch"
GOARCH=$arch make
rm bin/*
done
test-linux:
Expand All @@ -38,16 +37,13 @@ jobs:
- uses: actions/checkout@v2

- name: Install test binaries
env:
GO111MODULE: off
run: |
go get golang.org/x/tools/cmd/cover
go get github.com/modocache/gover
go get github.com/mattn/goveralls
go get -t ./...
- name: test
run: PATH=$PATH:$(go env GOPATH)/bin COVERALLS=1 ./test_linux.sh
run: PATH=$PATH:$(go env GOPATH)/bin COVERALLS=1 make check

- name: Send coverage to coveralls
env:
Expand Down

0 comments on commit 917d1f4

Please # to comment.