There was an error while loading. Please reload this page.
1 parent 43c3295 commit 9e973a4Copy full SHA for 9e973a4
1 file changed
.github/workflows/ci-unit-test.yml
@@ -16,21 +16,13 @@ jobs:
16
steps:
17
- uses: actions/checkout@v6
18
with:
19
- path: src/github.com/containerd/accelerated-container-image
20
fetch-depth: 100
21
22
- name: install Go
23
uses: actions/setup-go@v6
24
25
go-version: '1.26'
26
27
- - name: set env
28
- shell: bash
29
- run: |
30
- echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
31
- echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
32
-
33
- name: unit test
34
- working-directory: src/github.com/containerd/accelerated-container-image
35
run: |
36
- sudo GO_TESTFLAGS=-v make test
+ sudo GO_TESTFLAGS=-v make test
0 commit comments