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 3e2ab81
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
features:
["", "manage_clipboard", "open_url", "manage_clipboard,open_url"]
features: [
"",
"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 +62,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 +98,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 +135,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 3e2ab81

Please sign in to comment.