From feac8b837cfe799e52e49078dcfb2e00797969f9 Mon Sep 17 00:00:00 2001 From: robcxyz Date: Fri, 23 Sep 2022 22:52:16 +0530 Subject: [PATCH] ci: rm dupl test in pr wf --- .github/workflows/pr-test.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index e5b356e..151c73c 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -23,12 +23,3 @@ jobs: - name: Run tests run: cd src && go test ./... -v - - - name: Bring up stack - run: make up - - - name: Check stack - run: make ps - - - name: Run tests - run: cd tests && go test ./... -v