From 43a62ecdbd34b3105bb459e88661ade2c9289a9e Mon Sep 17 00:00:00 2001 From: mootz12 Date: Mon, 22 Dec 2025 13:58:59 -0500 Subject: [PATCH] fix: run quickstart without enable arg --- .github/workflows/rpc-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rpc-tests.yml b/.github/workflows/rpc-tests.yml index f8942e959e..a894591162 100644 --- a/.github/workflows/rpc-tests.yml +++ b/.github/workflows/rpc-tests.yml @@ -34,7 +34,6 @@ jobs: - uses: stellar/quickstart@main with: tag: future - enable: core,rpc - uses: actions/checkout@v5 - uses: stellar/actions/rust-cache@main - run: rustup update