Skip to content

Commit

Permalink
run common tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Mar 8, 2024
1 parent d9f3657 commit dc7b78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
- name: Testing build
# We do not run go test, as it requires a device
run: go build
run: go test -run '.' common_test.go common.go types.go

0 comments on commit dc7b78d

Please sign in to comment.