spacing in build workflow

This commit is contained in:
LuitelSamikshya
2022-10-11 15:02:17 -05:00
parent e9b7fe7350
commit f396eefccb
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Build
run: go build .
working-directory: cmd/httpx/
- name: Test
run: go test ./...
working-directory: .