Skip to content

chore: Upgrade Pywr v1.x schema to v0.12.0 #303

chore: Upgrade Pywr v1.x schema to v0.12.0

chore: Upgrade Pywr v1.x schema to v0.12.0 #303

Workflow file for this run

name: Rust (Windows)
on:
push:
branches: [ main ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: cargo build --verbose --no-default-features
- name: Run tests
run: cargo test --no-default-features