Skip to content

Merge branch 'main' into rc #5

Merge branch 'main' into rc

Merge branch 'main' into rc #5

Workflow file for this run

name: CI
on:
push:
branches: [ "main", "rc"]
pull_request:
branches: [ "main", "rc"]
env:
CARGO_TERM_COLOR: always
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose