diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml index 432574f..0534efa 100644 --- a/.forgejo/workflows/uwu.yaml +++ b/.forgejo/workflows/uwu.yaml @@ -20,7 +20,11 @@ jobs: apt install --yes curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y - name: Build - run: cargo build --verbose + run: | + $HOME/.cargo/env + cargo build --verbose - name: Run tests - run: cargo test --verbose + run: | + $HOME/.cargo/env + cargo test --verbose