Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Jan 3, 2024
1 parent c7a4b08 commit 0a22986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Check
run: cargo check
- name: Run Backend Unit Test
run: cargo test -p backend
run: mkdir -p backend/config && cargo test -p backend
- name: Run Frontend Unit Test
run: cargo test -p frontend
# judger need to build plugin first(which take long time)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "staging"
paths:
- "**.rs"
- .github/workflows/master.yml
- .github/workflows/staging.yml

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 0a22986

Please sign in to comment.