From 4bbd9dc25ac1aadb91d7d1706c1bb0e465742880 Mon Sep 17 00:00:00 2001 From: Mehmed Mustafa Date: Wed, 24 Jan 2024 12:34:30 +0100 Subject: [PATCH] run only integration-test --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index adba4879f2..bba46dfcdd 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -46,4 +46,4 @@ jobs: make install deps-test - name: Test network integration with pytest run: | - make test integration-test + make integration-test