Skip to content

Bump version: 2.0.0-alpha.4 #215

Bump version: 2.0.0-alpha.4

Bump version: 2.0.0-alpha.4 #215

Workflow file for this run

name: Run tests
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Format
run: cargo fmt --all -- --check
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose