mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
update backend_general ci
This commit is contained in:
parent
e1ed027b9c
commit
488ba00456
1 changed files with 3 additions and 4 deletions
7
.github/workflows/backend_general.yml
vendored
7
.github/workflows/backend_general.yml
vendored
|
|
@ -78,9 +78,8 @@ jobs:
|
|||
cargo sqlx prepare --check -- --bin backend
|
||||
|
||||
- name: Run cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
path: "backend/"
|
||||
command: test
|
||||
working-directory: backend/
|
||||
run: cargo test
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue