Skip to content

updatera till clier_parser v0.7.0 #41

updatera till clier_parser v0.7.0

updatera till clier_parser v0.7.0 #41

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
tags-ignore: [ "v*" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo check
- name: Run tests
run: cargo test
bench:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Benchmark
run: cargo bench