Skip to content

Commit

Permalink
More improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Dec 29, 2024
1 parent a3e1d95 commit 40dfd6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Install Just
run: cargo install just
- name: Create test index
run: just generate-test-index
- name: Download LuaJIT
run: sudo apt-get install luajit
- name: Download LuaRocks
Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ build-artifacts:
publish-dry-run:
cargo publish -n --manifest-path crates/tf_idf/Cargo.toml
cargo publish -n --manifest-path crates/cli/Cargo.toml

generate-test-index:
cargo r --manifest-path tests/generate-data/Cargo.toml

0 comments on commit 40dfd6c

Please sign in to comment.