Skip to content

Commit

Permalink
ci(github-actions): add a way to run just the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Apr 11, 2021
1 parent 2678985 commit df183b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
${{ runner.os }}-go-
# Runs go test ./...
- name: Test
run: go test -v ./...
run: go test -v -short ./...

coverage:
name: Coverage
Expand Down

0 comments on commit df183b1

Please sign in to comment.