From 3a51877244c50b6a80a476a6b9c1d4f0cedf292a Mon Sep 17 00:00:00 2001 From: viridian Date: Sat, 17 Feb 2024 12:40:42 +0100 Subject: [PATCH] I pray to the ci gods --- .forgejo/workflows/run_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/run_tests.yaml b/.forgejo/workflows/run_tests.yaml index da70ffd..500ae1a 100644 --- a/.forgejo/workflows/run_tests.yaml +++ b/.forgejo/workflows/run_tests.yaml @@ -7,5 +7,5 @@ jobs: runs-on: docker steps: - uses: https://github.com/dtolnay/rust-toolchain@stable - - run: git clone https://renken.mooo.com/forge/viridian/activitypub.git + - run: git clone https://renken.mooo.com/forge/viridian/activitypub.git /workspace/viridian/activitypub - run: cargo test --all-features