From f136347fcec7523e4d7012ca305ce64d3bc3e6c8 Mon Sep 17 00:00:00 2001 From: Josh Siegel Date: Wed, 24 Apr 2024 15:48:01 +0000 Subject: [PATCH] native_tests: add more tests --- .github/workflows/test_ledgers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_ledgers.yml b/.github/workflows/test_ledgers.yml index 4754a56df1..ea25c47db3 100644 --- a/.github/workflows/test_ledgers.yml +++ b/.github/workflows/test_ledgers.yml @@ -13,6 +13,8 @@ jobs: test_case: - run-runtime-test-1 - run-runtime-test-2 + - run-runtime-test-3 + - run-runtime-native steps: - uses: actions/checkout@v4 with: