From a2cf8cb92c1e640258e740ef98076b3127c9ffc5 Mon Sep 17 00:00:00 2001 From: abu-usama Date: Mon, 31 Jul 2023 02:39:48 +0500 Subject: [PATCH] updated workflow to run app in bg --- .github/workflows/gotests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gotests.yml b/.github/workflows/gotests.yml index 73a4895..caf4e7e 100644 --- a/.github/workflows/gotests.yml +++ b/.github/workflows/gotests.yml @@ -20,7 +20,7 @@ jobs: run: go build -o build/ -v ./... - name: Run - run: ./build/pentest_tools + run: ./build/pentest_tools & - name: Test run: go test -v ./tests