Skip to content

feat: the best license ever (thanks sqlite) #4

feat: the best license ever (thanks sqlite)

feat: the best license ever (thanks sqlite) #4

Workflow file for this run

name: Build example and run tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build ./example
- run: nix run ./example#test