fix integration test workflow

This commit is contained in:
Thomas Tendyck 2022-07-26 11:59:05 +02:00 committed by Thomas Tendyck
parent aa0a07592b
commit 244426305d
2 changed files with 2 additions and 1 deletions

View File

@ -36,3 +36,4 @@ jobs:
# Runs all test targets starting with "integration-"
- name: Integration Tests
run: ctest -R integration-
working-directory: build

View File

@ -86,7 +86,7 @@ func TestKeyAPI(t *testing.T) {
assert := assert.New(t)
testKey := []byte("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
testSecret := []byte("BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB")
testSecret := []byte("BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB")
// get a free port on localhost to run the test on
listener, err := net.Listen("tcp", "localhost:0")