Skip to content

Commit

Permalink
update test and automerge workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Sep 6, 2022
1 parent 7c5019b commit bf80f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Fetch Repository
uses: actions/checkout@v3
- name: Run Test
run: go test -race
run: go test ./... -v -race

0 comments on commit bf80f16

Please sign in to comment.