test: run unit tests against i2c drivers and any spi drivers without direct gpio

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2020-12-13 10:42:27 +01:00
committed by Ron Evans
parent cc7079b0cd
commit b6aa674b2a
2 changed files with 13 additions and 1 deletions
+3
View File
@@ -12,6 +12,9 @@ jobs:
- run:
name: "Enforce Go Formatted Code"
command: make fmt-check
- run:
name: "Run unit tests"
command: make unit-test
- run:
name: "Run build and smoke tests"
command: make smoke-test