Well, actually test something..

This commit is contained in:
Till Faelligen 2022-12-01 07:46:52 +01:00
parent 0af8706381
commit 5783edc32d
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -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: