Skip to content

docs: autopairs and guides #90

docs: autopairs and guides

docs: autopairs and guides #90

Workflow file for this run

name: emmett_test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose