diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a9451b..13368c5 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file