Skip to content

ci: adjust benckmark process #11

ci: adjust benckmark process

ci: adjust benckmark process #11

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: cargo build --workspace
- name: Run tests
run: cargo test --workspace