Skip to content

Making debug toggles more efficient #348

Making debug toggles more efficient

Making debug toggles more efficient #348

Workflow file for this run

# This workflow tests the Nix build of F*. We run it only for PRs (not
# on every push) and we use Github hosted runners.
name: Nix Build
on:
pull_request:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: nix build -L