Skip to content

Add annotate command with fixed data to test #2

Add annotate command with fixed data to test

Add annotate command with fixed data to test #2

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Setup env"
uses: JRMurr/[email protected]
- name: "Build"
run: cargo build --verbose
- name: "Test"
run: cargo test --verbose