Skip to content

Commit

Permalink
Removed DriverKit from the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
vexy committed Dec 20, 2023
1 parent 5ac54a1 commit 72f336b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
run: xcodebuild clean test -scheme "Fridge" -destination "platform=macOS,arch=x86_64"
- name: Mac Catalyst
run: xcodebuild clean test -scheme "Fridge" -destination "platform=macOS,arch=x86_64,variant=Mac Catalyst"
- name: DriverKit
run: xcodebuild clean test -scheme "Fridge" -destination "platform=macOS,arch=x86_64,variant=DriverKit"

# NOTE: Add DriverKit later
# - name: DriverKit
# run: xcodebuild clean test -scheme "Fridge" -destination "platform=macOS,arch=x86_64,variant=DriverKit"

0 comments on commit 72f336b

Please sign in to comment.