Skip to content

refactor: instrument_body to instrument_function_body (#8) #70

refactor: instrument_body to instrument_function_body (#8)

refactor: instrument_body to instrument_function_body (#8) #70

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test