Skip to content

try adding MD tag parsing and some clippy #337

try adding MD tag parsing and some clippy

try adding MD tag parsing and some clippy #337

Workflow file for this run

name: Test and Build
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
RUST_BACKTRACE: 1
jobs:
build_and_test:
name: Rustybam CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- run: cargo test --verbose --workspace
- run: cargo test --verbose --workspace --all-features