add unittests github action
This commit is contained in:
12
.github/workflows/unittests.yaml
vendored
Normal file
12
.github/workflows/unittests.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: unittests
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
unittests:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: nixbuild/nix-quick-install-action@v5
|
||||||
|
- run: nix-shell --run 'tree-sitter test'
|
||||||
Reference in New Issue
Block a user