Skip to content

Merge pull request #199 from trofi/dependabot/cargo/log-0.4.29 #455

Merge pull request #199 from trofi/dependabot/cargo/log-0.4.29

Merge pull request #199 from trofi/dependabot/cargo/log-0.4.29 #455

Workflow file for this run

name: "Test"
on:
pull_request:
types: [opened,edited,synchronize,reopened]
push:
branches:
- 'main'
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
if: github.repository_owner == 'trofi'
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
- run: nix build --extra-experimental-features 'nix-command flakes' -L ".#nix-olde" --show-trace