ci: run unit tests

This commit is contained in:
Ayke van Laethem 2020-09-15 02:06:05 +02:00 committed by Ron Evans
parent 08afb74cfc
commit b70c118f1e

@ -8,6 +8,9 @@ jobs:
steps:
- checkout
- run: tinygo version
- run:
name: "Run unit tests"
command: go test
- run:
name: "Run TinyGo smoke tests"
command: make smoketest-tinygo