Skip to content

use named import for valibot to reduce bundle size #31

use named import for valibot to reduce bundle size

use named import for valibot to reduce bundle size #31

Workflow file for this run

name: Test
on:
push:
branches:
- main
- v2
pull_request:
branches:
- v2
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
# - name: install webkit2gtk
# if: matrix.platform == 'ubuntu-latest'
# run: |
# sudo apt-get update
# sudo apt-get install -y webkit2gtk-4.1
# - uses: Swatinem/rust-cache@v2
# - run: cargo test --all-targets --all-features -- -D warnings