Skip to content

Commit

Permalink
Enable unstable web-sys APIs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 4, 2023
1 parent bb49a22 commit 685e445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
web:
runs-on: ubuntu-latest
env:
RUSTFLAGS: --cfg=web_sys_unstable_apis
steps:
- uses: hecrj/setup-rust-action@v1
with:
Expand Down

0 comments on commit 685e445

Please sign in to comment.