Skip to content

Commit 9cd17be

Browse files
committed
Enable tests for all platforms
Signed-off-by: Derek McGowan <[email protected]>
1 parent 72c70fe commit 9cd17be

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,16 @@ jobs:
7575
run: make build binaries
7676
working-directory: src/github.com/containerd/continuity
7777

78-
- name: Linux Tests
79-
if: startsWith(matrix.os, 'ubuntu')
78+
- name: Tests
8079
run: |
8180
make test
82-
make root-test
8381
working-directory: src/github.com/containerd/continuity
8482

85-
- name: Non-Linux Tests
86-
if: ${{ !startsWith(matrix.os, 'ubuntu') }}
87-
shell: bash
88-
run: make test-compile
83+
- name: Root Tests
84+
if: ${{ !startsWith(matrix.os, 'windows') }}
85+
run: |
86+
make root-test
8987
working-directory: src/github.com/containerd/continuity
90-
9188
cross:
9289
name: Cross-compile
9390
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)