mirror of https://github.com/gofiber/fiber.git
Add middleware to tests
parent
9b1d41e0bf
commit
64916c82e2
|
@ -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
|
Loading…
Reference in New Issue