Skip to content

test nix github actions #2

test nix github actions

test nix github actions #2

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop
- run: cargo build --profile release
- run: cargo test --profile release