From d53e5b0243ce9c294fe5c3e6c4322425fe3ad6d1 Mon Sep 17 00:00:00 2001 From: gagliardetto Date: Tue, 13 Feb 2024 17:59:09 +0100 Subject: [PATCH] ci: Enter the geyser-plugin-runner directory --- .github/workflows/tests-rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests-rust.yml b/.github/workflows/tests-rust.yml index 7416da22..1977a321 100644 --- a/.github/workflows/tests-rust.yml +++ b/.github/workflows/tests-rust.yml @@ -43,6 +43,9 @@ jobs: profile: minimal components: clippy, rustfmt + - name: Enter the geyser-plugin-runner directory + run: cd geyser-plugin-runner + - name: cargo tree run: | cargo tree