Skip to content

Commit

Permalink
Some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Dec 30, 2024
1 parent cf67370 commit 7ed7053
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
Integration-Test:

runs-on: ubuntu-latest

Expand All @@ -29,4 +29,4 @@ jobs:
- name: Install LuaFileSystem
run: sudo luarocks install luafilesystem
- name: Test search index
run: luajit ./tests/search_index.lua
run: just lua-integration-test
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
Test:

runs-on: ubuntu-latest

Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ publish-dry-run:

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

lua-integration-test:
luajit tests/search_index.lua

0 comments on commit 7ed7053

Please sign in to comment.