Skip to content

Add performance ADR #14

Add performance ADR

Add performance ADR #14

Workflow file for this run

name: macOS CI
on:
push:
pull_request:
jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Select Xcode 26
run: sudo xcode-select --switch /Applications/Xcode_26.0.app/Contents/Developer
- name: Toolchain
run: swift --version
- name: Build
run: >-
xcodebuild
-project nvnv.xcodeproj
-scheme nvnv
-configuration Debug
CODE_SIGNING_ALLOWED=NO
build
- name: Test
run: swift test --package-path Packages/NVNVCore
- name: Platform probes
run: swift run --package-path Packages/NVNVCore nvnv-probes