We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08afb74 commit b70c118Copy full SHA for b70c118
.circleci/config.yml
@@ -8,6 +8,9 @@ jobs:
8
steps:
9
- checkout
10
- run: tinygo version
11
+ - run:
12
+ name: "Run unit tests"
13
+ command: go test
14
- run:
15
name: "Run TinyGo smoke tests"
16
command: make smoketest-tinygo
0 commit comments