From 5783edc32d58baf8c6ec77bfd7adde0a3e1736e6 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Thu, 1 Dec 2022 07:46:52 +0100 Subject: [PATCH] Well, actually test something.. --- .github/workflows/dendrite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: