From d768a39c7a8f2bd052d3dabf3442fb2b9d19ff0f Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 2 Apr 2025 13:08:03 -0700 Subject: [PATCH] test: oops examine directories better --- .forgejo/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/continuous-integration.yaml b/.forgejo/workflows/continuous-integration.yaml index e16f2f5..dc9bbc6 100644 --- a/.forgejo/workflows/continuous-integration.yaml +++ b/.forgejo/workflows/continuous-integration.yaml @@ -28,6 +28,6 @@ jobs: - uses: https://code.forgejo.org/actions/checkout@v4 - uses: ./.forgejo/setup-trunk - - run: pwd - - run: ls + - run: echo $GITHUB_WORKSPACE + - run: ls .. - run: RUSTFLAGS='-D warnings' cargo test \ No newline at end of file