Throw cancellation errors when async observation is cancelled #176
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: spm-build-test | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: macos-13 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Xcode Version | |
run: sudo xcode-select --switch /Applications/Xcode_15.2.app | |
- name: Lint | |
run: swift package plugin --allow-writing-to-package-directory swiftformat --lint | |
- name: Build | |
run: swift build -v | |
- name: Run tests | |
run: swift test -v |