Compare commits
8 Commits
8df89d3478
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7818a3fb44 | |||
| 295c8f1589 | |||
| 739497a853 | |||
| 8da79514b8 | |||
| 872c7b356f | |||
| 6fab12e7bd | |||
| cbdc1295f2 | |||
| a7ae5d465c |
7
.github/workflows/short-tests.yml
vendored
7
.github/workflows/short-tests.yml
vendored
@@ -13,8 +13,9 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.23'
|
go-version: '1.24'
|
||||||
|
|
||||||
- name: Test
|
- name: Run short tests with coverage
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: go test -v --short ./...
|
run: | # TODO: at this moment only Home Assistant component is tested
|
||||||
|
go test -v --short ./components/homeassistant/... -cover -coverprofile=cover.out
|
||||||
|
|||||||
Reference in New Issue
Block a user