Skip to content

Merge port of yew-autoprops in Yew to yew-autoprops #29

Merge port of yew-autoprops in Yew to yew-autoprops

Merge port of yew-autoprops in Yew to yew-autoprops #29

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
rust:
- stable
- 1.64.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: rustup default ${{ matrix.rust }}
- run: cargo test --verbose