Compare commits
1 Commits
v1.0.0
...
v1.0.0-dev.24
| Author | SHA1 | Date | |
|---|---|---|---|
| a485c8df42 |
@@ -23,6 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.26'
|
go-version: '1.26'
|
||||||
cache: true
|
cache: true
|
||||||
|
cache-dependency-path: apps/device-agent/go.sum
|
||||||
|
|
||||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||||
id: hash-src
|
id: hash-src
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.26'
|
go-version: '1.26'
|
||||||
cache: true
|
cache: true
|
||||||
|
cache-dependency-path: apps/server-core/go.sum
|
||||||
|
|
||||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||||
id: hash-src
|
id: hash-src
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.26'
|
go-version: '1.26'
|
||||||
cache: true
|
cache: true
|
||||||
|
cache-dependency-path: apps/server-core/go.sum
|
||||||
- name: Test (skip nftables - needs root)
|
- name: Test (skip nftables - needs root)
|
||||||
working-directory: apps/server-core
|
working-directory: apps/server-core
|
||||||
run: go test $(go list ./... | grep -v internal/firewall) -tags dev -cover -count=1
|
run: go test $(go list ./... | grep -v internal/firewall) -tags dev -cover -count=1
|
||||||
@@ -49,6 +50,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.26'
|
go-version: '1.26'
|
||||||
cache: true
|
cache: true
|
||||||
|
cache-dependency-path: apps/device-agent/go.sum
|
||||||
- name: Test
|
- name: Test
|
||||||
working-directory: apps/device-agent
|
working-directory: apps/device-agent
|
||||||
run: go test ./... -cover
|
run: go test ./... -cover
|
||||||
|
|||||||
Reference in New Issue
Block a user