From f1418f49c7e2c123a007adcd948105aa79d4785d Mon Sep 17 00:00:00 2001 From: 0xevolve Date: Tue, 27 Aug 2024 18:54:14 +0100 Subject: [PATCH] ci: typo --- .github/workflows/pull-request.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 10c30271..76137424 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,5 +24,4 @@ jobs: solidity_test: name: Run Solidity tests - uses: ./.github/workflows/solidity-test.yml - needs: rust_build + uses: ./.github/workflows/solidity-test.yml \ No newline at end of file