From da3dba40faa8de45fbb461c35f60f31661a85c13 Mon Sep 17 00:00:00 2001 From: debaghtk Date: Fri, 5 Apr 2024 14:37:55 +0530 Subject: [PATCH] modify gh actions to run orderbook and hubbleutils tests --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ab8039bae..178543e833 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,3 +28,7 @@ jobs: shell: bash - run: go test github.com/ava-labs/subnet-evm/precompile/... shell: bash + - run: go test github.com/ava-labs/subnet-evm/orderbook/... + shell: bash + - run: go test github.com/ava-labs/subnet-evm/hubbleutils/... + shell: bash