Skip to content

Commit

Permalink
enable iOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yousifd committed Feb 11, 2025
1 parent 5d4a18f commit 928c994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
- name: Lint plist files
run: bazel run //platform/ios:lint-plists --//:renderer=metal

# - name: Running iOS tests
# run: bazel test //platform/ios/test:ios_test --test_output=errors --//:renderer=metal
- name: Running iOS tests
run: bazel test //platform/ios/test:ios_test --test_output=errors --//:renderer=metal

# tsan run fails with 'Interceptors are not working. This may be because ThreadSanitizer is loaded too late...'
#- name: Running iOS UI tests (Thread Sanitizer)
Expand Down

0 comments on commit 928c994

Please sign in to comment.