Skip to content

Commit

Permalink
run cargo build in test-guidance.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 3, 2024
1 parent 41848e8 commit 71de1ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ members = [
"toktrie",
"toktrie_hf_tokenizers",
]
default-members = [
"parser",
"sample_parser",
"toktrie",
"toktrie_hf_tokenizers",
]
resolver = "2"

[profile.release]
Expand Down
1 change: 1 addition & 0 deletions scripts/test-guidance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -e
cd $(dirname $0)/..

cargo build --locked
cargo test

echo "Running sample_parser"
Expand Down

0 comments on commit 71de1ef

Please sign in to comment.