Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjnkns authored Jan 6, 2024
1 parent d20c0ac commit 84684ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
pull_request:
branches:
- "*"

workflow_dispatch:

steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -20,4 +21,4 @@ on:
- name: Test code
run: |
go test -race ./...
go test -race ./...

0 comments on commit 84684ce

Please sign in to comment.