Skip to content

Commit

Permalink
Disable the package-docs test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jul 19, 2022
1 parent dbaca9f commit 18a02c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-sys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
use_sccache: true
run_integration_tests: true
run_ios_tests: true
run_build_docs: true
run_build_docs: false
- build: macos-arm64
os: macos-11.0
target: aarch64-apple-darwin
use_sccache: true
run_test: false
run_test_capi: false
run_build_docs: true
run_build_docs: false
- build: windows-x64
os: windows-2019
#target: x86_64-pc-windows-msvc commented because of bug in rust setup action
Expand Down

0 comments on commit 18a02c3

Please sign in to comment.