Skip to content

Bump nix from 0.27.1 to 0.29.0 #300

Bump nix from 0.27.1 to 0.29.0

Bump nix from 0.27.1 to 0.29.0 #300

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: cargo test --workspace