removed GH action testing issues

pull/508/head
hunterlong 2020-04-16 23:02:30 -07:00
parent e08a1daf9f
commit fe2fd1877d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ jobs:
TWILIO_SECRET: ${{ secrets.TWILIO_SECRET }}
TWILIO_FROM: ${{ secrets.TWILIO_FROM }}
TWILIO_TO: ${{ secrets.TWILIO_TO }}
run: go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
run: SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
- name: Build Binaries
run: make build-bin build-win