Skip to content

Commit b70c118

Browse files
aykevldeadprogram
authored andcommitted
ci: run unit tests
1 parent 08afb74 commit b70c118

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
steps:
99
- checkout
1010
- run: tinygo version
11+
- run:
12+
name: "Run unit tests"
13+
command: go test
1114
- run:
1215
name: "Run TinyGo smoke tests"
1316
command: make smoketest-tinygo

0 commit comments

Comments
 (0)