We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c70fe commit 9cd17beCopy full SHA for 9cd17be
.github/workflows/ci.yml
@@ -75,19 +75,16 @@ jobs:
75
run: make build binaries
76
working-directory: src/github.com/containerd/continuity
77
78
- - name: Linux Tests
79
- if: startsWith(matrix.os, 'ubuntu')
+ - name: Tests
80
run: |
81
make test
82
- make root-test
83
84
85
- - name: Non-Linux Tests
86
- if: ${{ !startsWith(matrix.os, 'ubuntu') }}
87
- shell: bash
88
- run: make test-compile
+ - name: Root Tests
+ if: ${{ !startsWith(matrix.os, 'windows') }}
+ run: |
+ make root-test
89
90
-
91
cross:
92
name: Cross-compile
93
runs-on: ubuntu-22.04
0 commit comments