Skip to content

Commit

Permalink
fix: ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-bozin-org committed May 11, 2024
1 parent d9697bb commit 5b3a98f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ jobs:
cd server
cargo test --verbose -- --nocapture
- name: Build worker
- name: Build & run tests in worker_wisdoms_checker
run: |
cd worker_wisdoms_checker
cargo build --verbose --release
cargo test --verbose --nocapture
- name: Run tests in worker
- name: Build & run tests in worker_wisdoms_daily_rotator
run: |
cd worker_wisdoms_daily_rotator
cargo test --verbose -- --nocapture
cargo build --verbose --release
cargo test --verbose --nocapture

0 comments on commit 5b3a98f

Please sign in to comment.