From 64916c82e249c5c4b63c156dda32bf904b7476b0 Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Tue, 30 Jun 2020 00:29:04 +0200 Subject: [PATCH] Add middleware to tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb03000c..9ab42014 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,4 +15,4 @@ jobs: - name: Fetch Repository uses: actions/checkout@v2 - name: Run Test - run: go test -v -race \ No newline at end of file + run: go test ./... -v -race \ No newline at end of file