fix(CI): run tests on all packages that have tests

This commit is contained in:
vsariola
2021-01-05 19:47:58 +02:00
parent f88a74e44a
commit 34eecd59f5

View File

@ -65,4 +65,4 @@ jobs:
env: env:
CGO_LDFLAGS: ${{ matrix.config.cgo_ldflags }} CGO_LDFLAGS: ${{ matrix.config.cgo_ldflags }}
run: | run: |
go test . ./bridge go test ./bridge ./compiler ./oto