From ba5e39c80e0371f30ff8c6a4fece8e3ee53f9caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kl=C3=A9ment?= <50872057+KlementXV@users.noreply.github.com> Date: Sat, 17 Aug 2024 15:17:31 +0000 Subject: [PATCH] Debug --- .github/workflows/rust-tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/rust-tests.yml b/.github/workflows/rust-tests.yml index 9704ad02..ddac3b73 100644 --- a/.github/workflows/rust-tests.yml +++ b/.github/workflows/rust-tests.yml @@ -54,7 +54,4 @@ jobs: continue-on-error: true - name: Debug - Check file existence - run: ls -alh - - - name: Debug - Check file existence - run: tree \ No newline at end of file + run: ls -alh \ No newline at end of file