fix: Fixes github ci after removing Makefile
All checks were successful
CI / Ubuntu (push) Successful in 2m20s
All checks were successful
CI / Ubuntu (push) Successful in 2m20s
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -14,12 +14,14 @@ jobs:
|
|||||||
config: ['debug', 'release']
|
config: ['debug', 'release']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install just.
|
||||||
|
run: brew install just
|
||||||
- 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
|
||||||
run: swift --version
|
run: swift --version
|
||||||
- name: Run ${{ matrix.xcode }} Tests
|
- name: Run ${{ matrix.xcode }} Tests
|
||||||
run: make CONFIG=${{ matrix.config }} test-library
|
run: just test --configuration ${{ matrix.config }}
|
||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
name: Ubuntu
|
name: Ubuntu
|
||||||
|
|||||||
Reference in New Issue
Block a user