@@ -102,7 +102,6 @@ jobs:
102102 - name : Run tests
103103 run : |
104104 ./scripts/configure_dev.sh
105- ./scripts/buildtools/install_buildtools.sh -o "gotest.tools/gotestsum"
106105 PACKAGES="$(go list ./... | grep -v /go-algorand/test/)"
107106 export PACKAGE_NAMES=$(echo $PACKAGES | tr -d '\n')
108107 mkdir -p test_results/${{ matrix.platform }}_test_nightly/${PARTITION_ID}
@@ -184,7 +183,6 @@ jobs:
184183 - name : Run integration tests
185184 run : |
186185 ./scripts/configure_dev.sh
187- ./scripts/buildtools/install_buildtools.sh -o "gotest.tools/gotestsum"
188186 mkdir -p ~/test_results/${{ matrix.platform }}_integration_nightly/${PARTITION_ID}
189187 TEST_RESULTS=~/test_results/${{ matrix.platform }}_integration_nightly/${PARTITION_ID} \
190188 test/scripts/run_integration_tests.sh
@@ -241,7 +239,6 @@ jobs:
241239 - name : Run E2E expect tests
242240 run : |
243241 scripts/configure_dev.sh
244- scripts/buildtools/install_buildtools.sh -o "gotest.tools/gotestsum"
245242 mkdir -p ~/test_results/${{ matrix.platform }}_e2e_expect_nightly/${PARTITION_ID}
246243 TEST_RESULTS=~/test_results/${{ matrix.platform }}_e2e_expect_nightly/${PARTITION_ID} \
247244 test/scripts/run_integration_tests.sh
@@ -308,7 +305,6 @@ jobs:
308305 - name : Run E2E subs tests
309306 run : |
310307 scripts/configure_dev.sh
311- scripts/buildtools/install_buildtools.sh -o "gotest.tools/gotestsum"
312308 mkdir -p ~/test_results/${{ matrix.platform }}_e2e_subs_nightly
313309 TEST_RESULTS=~/test_results/${{ matrix.platform }}_e2e_subs_nightly \
314310 test/scripts/run_integration_tests.sh
0 commit comments