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 2426c1f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ jobs:
matrix:
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 +63,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 +99,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 +136,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 2426c1f

Please sign in to comment.