Skip to content

EC-246 Add storage_tank_for_pv_diverter fixture #1371

EC-246 Add storage_tank_for_pv_diverter fixture

EC-246 Add storage_tank_for_pv_diverter fixture #1371

Workflow file for this run

on: [ push ]
name: CI
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace --exclude hem-lambda
- run: cargo rustc --no-default-features -- -Awarnings