Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guptarohit committed Jan 30, 2022
1 parent 1d15c4b commit ee4088a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: actions/checkout@v2
with:
path: src/github.com/guptarohit/asciigraph
- name: Set up GOPATH
shell: bash
run: |
echo "GOPATH=${{ github.workspace }}" >> "$GITHUB_ENV"
echo "${{ github.workspace }}/bin" >> "$GITHUB_PATH"
- name: Run tests
run: go test -v -race -covermode atomic -coverprofile=covprofile ./.
working-directory: src/github.com/guptarohit/asciigraph
Expand Down

0 comments on commit ee4088a

Please sign in to comment.