Skip to content

chore(nix): update test deps of cohttp-server-lwt-unix #865

chore(nix): update test deps of cohttp-server-lwt-unix

chore(nix): update test deps of cohttp-server-lwt-unix #865

Workflow file for this run

name: "Nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
env:
NIXPKGS_ALLOW_INSECURE: 1
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
- uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix develop -c dune runtest