Skip to content

Commit

Permalink
Drop unit tests from CircleCI
Browse files Browse the repository at this point in the history
The macros will likely be moved to another directory, so running the
tests are unnecessary. Only successful builds matter for merge requests
going forward
  • Loading branch information
alicerunsonfedora committed Oct 6, 2023
1 parent 669a256 commit 260d9b7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,8 @@ jobs:
steps:
- checkout
- run: swift build -v
test_swiftgodotcore:
macos:
xcode: 15.0.0
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- checkout
- run: swift test -v

workflows:
swiftgodotcore:
jobs:
- build_swiftgodotcore
- test_swiftgodotcore

0 comments on commit 260d9b7

Please sign in to comment.