ci/github: fix typo

main
Aydin Mercan 2021-11-02 10:49:13 +03:00
parent 17de1b90f9
commit d014dca76d
1 changed files with 2 additions and 2 deletions

View File

@ -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 ./...