Skip to content

Workflow file for this run

name: Rust Test and Benchmark
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/[email protected]
with:
command: check
- uses: actions-rs/[email protected]
with:
command: test