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