Skip to content

Commit

Permalink
updated workflow to run app in bg
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-usama committed Jul 30, 2023
1 parent a6426e4 commit a2cf8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2cf8cb

Please sign in to comment.