Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Apr 7, 2021
1 parent fd9b623 commit 37b5976
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
pull_request:
branches: [ '*' ]

defaults:
run:
working-directory: /go/src/github.com/openfaas/nats-queue-worker

jobs:
test:
strategy:
Expand All @@ -27,4 +23,6 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Run Tests
run: make test
run: pwd
- name: test
run: go test -v ./...

0 comments on commit 37b5976

Please sign in to comment.