Skip to content

Commit

Permalink
fix: rust ci should test on tabby-db (#1184)
Browse files Browse the repository at this point in the history
* Update autofix-rust.yml

* Update test-rust.yml
  • Loading branch information
wsxiaoys authored Jan 9, 2024
1 parent 976fe70 commit 9b8b750
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/autofix-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- 'Cargo.toml'
- 'Cargo.lock'
- 'crates/**'
- 'ee/tabby-webserver/**'
- 'ee/**'
- '!ee/tabby-ui/**'

permissions:
contents: read
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
- 'Cargo.toml'
- 'Cargo.lock'
- 'crates/**'
- 'ee/tabby-webserver/**'
- 'ee/**'
- '!ee/tabby-ui/**'
- '.github/workflows/test-rust.yml'

concurrency:
Expand Down Expand Up @@ -55,4 +56,4 @@ jobs:
- run: bash ./ci/prepare_build_environment.sh

- name: Run unit tests
run: cargo test --bin tabby --lib
run: cargo test --bin tabby --lib

0 comments on commit 9b8b750

Please sign in to comment.