Skip to content

Merge pull request #48 from caphosra/feature/opposed #88

Merge pull request #48 from caphosra/feature/opposed

Merge pull request #48 from caphosra/feature/opposed #88

Workflow file for this run

on:
pull_request:
branches:
- master
push:
branches:
- master
name: Test
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
test-db:
name: Test with the `db` feature
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: --features db