feat: Adds linux tests to ci
This commit is contained in:
25
.github/workflows/ci.yml
vendored
25
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
xcode: ['16.1']
|
xcode: ['16.1']
|
||||||
config: ['debug', 'release']
|
config: ['debug', 'release']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Select Xcode ${{ matrix.xcode }}
|
- name: Select Xcode ${{ matrix.xcode }}
|
||||||
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
|
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
|
||||||
- name: Swift Version
|
- name: Swift Version
|
||||||
@@ -21,13 +21,16 @@ jobs:
|
|||||||
- name: Run ${{ matrix.xcode }} Tests
|
- name: Run ${{ matrix.xcode }} Tests
|
||||||
run: make CONFIG=${{ matrix.config }} test-library
|
run: make CONFIG=${{ matrix.config }} test-library
|
||||||
|
|
||||||
# ubuntu:
|
ubuntu:
|
||||||
# name: Ubuntu
|
name: Ubuntu
|
||||||
# runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
# steps:
|
steps:
|
||||||
# - uses: swift-actions/setup-swift@v1
|
- uses: actions/checkout@v4
|
||||||
# with:
|
- name: Setup just.
|
||||||
# swift-version: 5.7
|
uses: extractions/setup-just
|
||||||
# - uses: actions/checkout@v3
|
- name: Setup QEMU
|
||||||
# - name: Run Tests
|
uses: docker/setup-qemu-action@v3
|
||||||
# run: make DOCKER_PLATFORM=linux/amd64 test-linux
|
- name: Setup buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
- name: Run tests.
|
||||||
|
run: just test-docker
|
||||||
|
|||||||
Reference in New Issue
Block a user