Skip to content

Commit

Permalink
Find TokamakPackageTests in the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Nov 22, 2021
1 parent 63d044f commit 68c845b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
sudo xcode-select --switch /Applications/Xcode_13.2.app/Contents/Developer/
# avoid building unrelated products for testing by specifying the test product explicitly
swift build --product TokamakPackageTests
find .build -iname 'TokamakPackageTests*'
`xcrun --find xctest` .build/debug/TokamakPackageTests.xctest ||
(cp -r /var/folders/*/*/*/*Tests . ; exit 1)
Expand Down

0 comments on commit 68c845b

Please sign in to comment.