Skip to content

fix: [Fiber.both] should be concurrent (#32) #71

fix: [Fiber.both] should be concurrent (#32)

fix: [Fiber.both] should be concurrent (#32) #71

Workflow file for this run

name: "Build"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v18
- name: "Run nix flake check"
run: nix flake check
- name: "Run nix build"
run: nix build -L .#fiber{,-lwt}