Skip to content

Commit

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

0 comments on commit d9697bb

Please sign in to comment.