Skip to content

coro.Semaphore: fix deadlock #26

coro.Semaphore: fix deadlock

coro.Semaphore: fix deadlock #26

Workflow file for this run

name: pr
on:
pull_request:
workflow_dispatch:
jobs:
pr:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix run .#check
nix run .#test
nix run .#readme