Skip to content

Commit

Permalink
. e Turn off code signing for Mac tests for faster runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jul 3, 2024
1 parent c5f928a commit 7831b1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_tests_mac.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests.Swift
SCHEME='ApprovalTests.Swift'

xcodebuild test -scheme $SCHEME CODE_SIGNING_ALLOWED='NO'

0 comments on commit 7831b1b

Please sign in to comment.