update backend_general ci

This commit is contained in:
appflowy 2021-12-01 17:54:14 +08:00
parent e1ed027b9c
commit 488ba00456

View File

@ -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