Skip to content

Commit

Permalink
Enable tests for all platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Apr 20, 2023
1 parent 72c70fe commit 9cd17be
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -75,19 +75,16 @@ jobs:
run: make build binaries
working-directory: src/github.com/containerd/continuity

- name: Linux Tests
if: startsWith(matrix.os, 'ubuntu')
- name: Tests
run: |
make test
make root-test
working-directory: src/github.com/containerd/continuity

- name: Non-Linux Tests
if: ${{ !startsWith(matrix.os, 'ubuntu') }}
shell: bash
run: make test-compile
- name: Root Tests
if: ${{ !startsWith(matrix.os, 'windows') }}
run: |
make root-test
working-directory: src/github.com/containerd/continuity

cross:
name: Cross-compile
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 9cd17be

Please sign in to comment.