Skip to content

refactor: remove log categories, add trace and debug log levels and r… #33

refactor: remove log categories, add trace and debug log levels and r…

refactor: remove log categories, add trace and debug log levels and r… #33

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: "actions/checkout@v4"
with:
submodules: recursive
- name: Install Nix
uses: "cachix/install-nix-action@v31"
with:
github_access_token: "${{ secrets.GITHUB_TOKEN }}"
- name: Build
run: nix build
- name: Check flake
run: nix flake check --show-trace