Skip to content

Split the fdb-tuple module into its own crate #7

Split the fdb-tuple module into its own crate

Split the fdb-tuple module into its own crate #7

Workflow file for this run

name: "Nix checks"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v15
- run: nix flake check
- name: Building crate with Nix
run: nix develop -c cargo build -p bindingtester