Skip to content

chore(deps): update rust crate trybuild to v1.0.95 #576

chore(deps): update rust crate trybuild to v1.0.95

chore(deps): update rust crate trybuild to v1.0.95 #576

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: cargo test
working-directory: crates/hirola-core
- run: cargo test
working-directory: crates/hirola-macros
- run: cargo test
working-directory: crates/hirola-dom
- run: cargo test
working-directory: crates/hirola-ssr
- run: cargo test
working-directory: crates/hirola-kit
- run: cargo test