From 72dcab0cd0b374c425c8d207ce6a4441563d6f1c Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Tue, 17 Sep 2024 20:59:59 +0200 Subject: [PATCH] change test directory --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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