Skip to content

Update self version in README and pre-commit config (#37) #67

Update self version in README and pre-commit config (#37)

Update self version in README and pre-commit config (#37) #67

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features