ci/github: fix typo
parent
17de1b90f9
commit
d014dca76d
|
@ -1,7 +1,7 @@
|
|||
name: Tests
|
||||
on: [push, pull_request]
|
||||
|
||||
permission:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
|
@ -18,4 +18,4 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Test
|
||||
run: go test -v-race ./...
|
||||
run: go test -v -race ./...
|
||||
|
|
Loading…
Reference in New Issue