mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
skip another macos test
This commit is contained in:
parent
335f8071a6
commit
f3b0b5c191
5 changed files with 6 additions and 1 deletions
1
.github/workflows/nightly_linux_x86_64.yml
vendored
1
.github/workflows/nightly_linux_x86_64.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 9 * * *'
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 9 * * *'
|
||||
|
||||
|
|
3
.github/workflows/nightly_macos_x86_64.yml
vendored
3
.github/workflows/nightly_macos_x86_64.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 9 * * *' # 9=9am utc+0
|
||||
|
||||
|
@ -17,7 +18,7 @@ jobs:
|
|||
run: ./ci/write_version.sh
|
||||
|
||||
- name: execute rust tests
|
||||
run: cargo test --release --locked -- --skip opaque_wrap_function --skip bool_list_literal --skip platform_switching_swift --skip swift_ui --skip str_append_scalar
|
||||
run: cargo test --release --locked -- --skip opaque_wrap_function --skip gen_list::bool_list_literal --skip platform_switching_swift --skip swift_ui --skip gen_str::str_append_scalar --skip gen_tags::phantom_polymorphic_record
|
||||
# swift tests are skipped because of "Could not find or use auto-linked library 'swiftCompatibilityConcurrency'" on macos-11 x86_64 CI machine
|
||||
# this issue may be caused by using older versions of XCode
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 13 * * *'
|
||||
|
||||
|
|
1
.github/workflows/test_nightly_many_os.yml
vendored
1
.github/workflows/test_nightly_many_os.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 13 * * *'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue