Merge pull request #4719 from estesp/fix-shm-relabel-test

Reenable make test targets in GH Actions CI
This commit is contained in:
Wei Fu
2020-11-23 13:11:32 +08:00
committed by GitHub
4 changed files with 34 additions and 12 deletions

View File

@@ -205,6 +205,11 @@ jobs:
git checkout "${SHIM_COMMIT}"
GO111MODULE=on go build -mod=vendor -o "${bindir}/containerd-shim-runhcs-v1.exe" ./cmd/containerd-shim-runhcs-v1
- name: Tests
env:
CGO_ENABLED: 1
run: mingw32-make.exe test root-test
- name: Integration 1
env:
CGO_ENABLED: 1
@@ -282,6 +287,15 @@ jobs:
sudo make install
working-directory: src/github.com/containerd/containerd
- name: Tests
env:
GOPROXY: direct
SKIPTESTS: github.com/containerd/containerd/snapshots/devmapper
run: |
make test
sudo -E PATH=$PATH GOPATH=$GOPATH GOPROXY=$GOPROXY make root-test
working-directory: src/github.com/containerd/containerd
- name: Integration 1
env:
GOPROXY: direct