diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 7309e42..1ed905a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,4 +8,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - run: cargo test --all-features + - run: cd axum_server && cargo test --all-features