Skip to content

try to adopt the 0.13 version #43

try to adopt the 0.13 version

try to adopt the 0.13 version #43

Workflow file for this run

name: CI
on:
push:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
run: cargo clippy
- name: Build
run: cargo build --verbose
- name: Tests
run: cargo test --verbose