Skip to content

Add initial backporting docs. #213

Add initial backporting docs.

Add initial backporting docs. #213

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: cargo test --verbose