frequenz-microgrid 0.4.0

A high-level interface to the Frequenz Microgrid API.
Documentation
name: Rust CI

on:
  push:
    branches: [ v0.x.x ]
  pull_request:
  merge_group:

jobs:
  test:
    runs-on: ubuntu-24.04

    steps:
      - name: Fetch sources
        uses: actions/checkout@v4
        with:
          submodules: recursive

      - name: Install protoc
        run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

      - name: Run tests
        uses: frequenz-floss/gh-action-cargo-test@v1.0.0