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