Skip to content

doc: change version #10

doc: change version

doc: change version #10

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