From 81035270b819fc0394447098cf3ee227f3ee852d Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 1 Apr 2025 19:09:24 -0700 Subject: [PATCH] test: check path after setup-trunk --- .forgejo/workflows/continuous-integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/continuous-integration.yaml b/.forgejo/workflows/continuous-integration.yaml index 58b2398..402c9bb 100644 --- a/.forgejo/workflows/continuous-integration.yaml +++ b/.forgejo/workflows/continuous-integration.yaml @@ -18,4 +18,5 @@ jobs: steps: - uses: https://code.forgejo.org/actions/checkout@v4 - uses: ./.forgejo/setup-trunk + - run: echo "$PATH" - run: RUSTFLAGS='-D warnings' cargo test \ No newline at end of file