diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index a2857258c..e81170895 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -94,7 +94,7 @@ jobs: with: # Optional: pass GITHUB_TOKEN to avoid rate limiting. token: ${{ secrets.GITHUB_TOKEN }} - - run: go test -short -json -v | gotestfmt + - run: go test -short -json -v ./... | gotestfmt # build Dendrite for linux with different architectures and go versions build: