Skip to content

Commit ba195cf

Browse files
author
Kazuyoshi Kato
committed
Build cgctl on GitHub Actions
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
1 parent d9e0525 commit ba195cf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ jobs:
110110

111111
- name: Run cgroup tests
112112
run: |
113-
sudo -E PATH=$PATH GOPATH=$GOPATH \
114-
$(command -v go) test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
113+
$(command -v go) test -exec sudo -v -race -coverprofile=coverage.txt -covermode=atomic ./...
114+
working-directory: src/github.com/containerd/cgroups
115+
116+
- name: Build cgctl
117+
run: make all
115118
working-directory: src/github.com/containerd/cgroups
116119

117120
proto:

0 commit comments

Comments
 (0)