Skip to content

Commit

Permalink
use "go run" for ct-test-srv
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpherrinm committed Jul 27, 2023
1 parent cf2d5cd commit 3bb5998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: go install golang.org/x/tools/cmd/cover@latest

- name: Run ct-test-srv
run: ct-test-srv -config ./test/config/cttestsrv.json &
run: go run ./test/cttestsrv/cmd/ct-test-srv/ -config ./test/config/cttestsrv.json &

- name: Chmod db_password
run: chmod 0600 test/config/db_password
Expand Down

0 comments on commit 3bb5998

Please sign in to comment.