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