this repo has no description

Add test step to build workflow

nandi ef9b3cfe f9c25e10

Waiting for spindle ...
+4 -1
+4 -1
.tangled/workflows/build.yml
··· 4 4 engine: "nixery" 5 5 dependencies: 6 6 nixpkgs: 7 - - pnpm 7 + - pnpm 8 + steps: 9 + - name: "run tests" 10 + command: "pnpm test"