Skip to content

Put nesting field example to the last position #34

Put nesting field example to the last position

Put nesting field example to the last position #34

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@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Test crate
run: nix develop -c cargo test