From 34eecd59f5bd6be8c72c6a88d2e74da0a268a8de Mon Sep 17 00:00:00 2001 From: vsariola Date: Tue, 5 Jan 2021 19:47:58 +0200 Subject: [PATCH] fix(CI): run tests on all packages that have tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa63793..154e352 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,4 +65,4 @@ jobs: env: CGO_LDFLAGS: ${{ matrix.config.cgo_ldflags }} run: | - go test . ./bridge + go test ./bridge ./compiler ./oto