Skip to content

Improve installation process with make #30

Improve installation process with make

Improve installation process with make #30

Workflow file for this run

name: Run Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
if: github.event.pull_request.draft == false
runs-on: macos-14
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
- name: Run tests
run: sudo swift test --parallel -Xswiftc -DCI -v