Skip to content

Add example for rstest #144

Add example for rstest

Add example for rstest #144

Workflow file for this run

name: Test
concurrency:
group: test-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Example test in features
run: nix develop -c feature-test
- name: Cargo test
run: nix develop -c cargo test --all-features