Add middleware to tests

pull/520/head
Fenny 2020-06-30 00:29:04 +02:00
parent 9b1d41e0bf
commit 64916c82e2
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ jobs:
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run Test
run: go test -v -race
run: go test ./... -v -race