mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
swift tests are long gone
This commit is contained in:
parent
846445197a
commit
42923b1447
2 changed files with 2 additions and 2 deletions
2
.github/workflows/macos_x86_64.yml
vendored
2
.github/workflows/macos_x86_64.yml
vendored
|
|
@ -31,6 +31,6 @@ jobs:
|
|||
run: cargo nextest-gen-llvm --release --no-fail-fast --locked -E "package(test_gen) - test(gen_str::str_append_scalar)"
|
||||
|
||||
- name: regular rust tests
|
||||
run: cargo test --locked --release -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip platform_switching_swift --skip swift_ui --skip gen_tags::phantom_polymorphic_record && sccache --show-stats
|
||||
run: cargo test --locked --release -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip gen_tags::phantom_polymorphic_record && sccache --show-stats
|
||||
# swift tests are skipped because of "Could not find or use auto-linked library 'swiftCompatibilityConcurrency'" on macos x86_64 CI machine
|
||||
# this issue may be caused by using older versions of XCode
|
||||
|
|
|
|||
2
.github/workflows/nightly_macos_x86_64.yml
vendored
2
.github/workflows/nightly_macos_x86_64.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: ./ci/write_version.sh
|
||||
|
||||
- name: execute rust tests
|
||||
run: cargo test --release --locked -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip platform_switching_swift --skip swift_ui --skip gen_tags::phantom_polymorphic_record
|
||||
run: cargo test --release --locked -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip gen_tags::phantom_polymorphic_record
|
||||
# swift tests are skipped because of "Could not find or use auto-linked library 'swiftCompatibilityConcurrency'" on macos x86_64 CI machine
|
||||
# this issue may be caused by using older versions of XCode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue