From f0e975f265efd1ad1acd4ae3ebad2872e7f2b49b Mon Sep 17 00:00:00 2001 From: Yuru Shao Date: Fri, 4 Oct 2024 07:58:18 -0700 Subject: [PATCH] Update post_commit_anchor_test.yml --- .github/workflows/post_commit_anchor_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post_commit_anchor_test.yml b/.github/workflows/post_commit_anchor_test.yml index 6084a1dd..c7954704 100644 --- a/.github/workflows/post_commit_anchor_test.yml +++ b/.github/workflows/post_commit_anchor_test.yml @@ -57,4 +57,4 @@ jobs: run: pnpm install - name: Build - run: cd anchor ; anchor test -- --tools-version v1.43 + run: cd anchor ; anchor test || anchor test -- --tools-version v1.43