Skip to content

feat: Upgrade to pywr-v1-schema v0.8.0. #26

feat: Upgrade to pywr-v1-schema v0.8.0.

feat: Upgrade to pywr-v1-schema v0.8.0. #26

Workflow file for this run

name: Rust (Linux)
on:
push:
branches: [ main ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-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