Skip to content

Update CI

Update CI #8

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.11
with:
linux_swift_versions: '["6.3", "nightly-main"]'
linux_build_command: "swift test -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
enable_linux_static_sdk_build: true
linux_static_sdk_versions: '["6.3"]'
enable_wasm_sdk_build: true
wasm_sdk_versions: '["6.3"]'
windows_swift_versions: '["6.3"]'
enable_android_sdk_build: true
android_sdk_versions: '["6.3"]'