dust/scripts/test.fish

10 lines
157 B
Fish
Raw Permalink Normal View History

2023-12-05 21:42:11 +00:00
#!/usr/bin/fish
# Build the project in debug mode.
cd tree-sitter-dust/
tree-sitter generate --debug-build --no-bindings
tree-sitter test
cd ..
cargo test