Skip to content

build(deps): update wasm-bindgen requirement from =0.2.93 to =0.2.99 in /bindings/javascript #611

build(deps): update wasm-bindgen requirement from =0.2.93 to =0.2.99 in /bindings/javascript

build(deps): update wasm-bindgen requirement from =0.2.93 to =0.2.99 in /bindings/javascript #611

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- "master"
pull_request:
workflow_dispatch:
jobs:
rust:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
workspaces: css-inline
- run: cargo install cargo-codspeed
- run: cargo codspeed build
working-directory: ./css-inline
- uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}
working-directory: ./css-inline