9 lines
188 B
Text
9 lines
188 B
Text
|
on: push
|
||
|
jobs:
|
||
|
tests:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v3.0.2
|
||
|
- uses: cachix/install-nix-action@v17
|
||
|
- run: nix run .#tests -- ./tests/workspace
|