Skip to content

Commit 4290819

Browse files
committed
chore: Run 'cargo test' during new releases
1 parent b15afe0 commit 4290819

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fi
88

99
tree-sitter version $VERSION
1010
npx tree-sitter-cli@0.26.7 generate
11+
cargo test
1112
git commit -am "Release $VERSION"
1213
git tag -- v$VERSION
1314
git push --tags origin main

0 commit comments

Comments
 (0)