Skip to content

Commit

Permalink
Expand the CI workflow to cover the render feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Jan 7, 2024
1 parent 8a80adc commit aef7382
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,21 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os:
[
ubuntu-latest,
macos-latest,
windows-latest,
]
features:
["", "manage_clipboard", "open_url", "manage_clipboard,open_url"]
[
"",
"immutable_ctx",
"manage_clipboard",
"open_url",
"render"
"manage_clipboard,open_url,render",
]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -56,10 +68,12 @@ jobs:
matrix:
features:
[
"",
"immutable_ctx",
"manage_clipboard",
"open_url",
"manage_clipboard,open_url",
"render"
"manage_clipboard,open_url,render",
]
env:
RUSTFLAGS: --cfg=web_sys_unstable_apis
Expand Down Expand Up @@ -90,10 +104,12 @@ jobs:
matrix:
features:
[
"",
"immutable_ctx",
"manage_clipboard",
"open_url",
"manage_clipboard,open_url",
"render"
"manage_clipboard,open_url,render",
]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -125,10 +141,12 @@ jobs:
matrix:
features:
[
"",
"immutable_ctx",
"manage_clipboard",
"open_url",
"manage_clipboard,open_url",
"render"
"manage_clipboard,open_url,render",
]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit aef7382

Please sign in to comment.