mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 16:09:39 -05:00
fix integration test workflow
This commit is contained in:
parent
aa0a07592b
commit
244426305d
1
.github/workflows/test-integration.yml
vendored
1
.github/workflows/test-integration.yml
vendored
@ -36,3 +36,4 @@ jobs:
|
|||||||
# Runs all test targets starting with "integration-"
|
# Runs all test targets starting with "integration-"
|
||||||
- name: Integration Tests
|
- name: Integration Tests
|
||||||
run: ctest -R integration-
|
run: ctest -R integration-
|
||||||
|
working-directory: build
|
||||||
|
@ -86,7 +86,7 @@ func TestKeyAPI(t *testing.T) {
|
|||||||
assert := assert.New(t)
|
assert := assert.New(t)
|
||||||
|
|
||||||
testKey := []byte("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
|
testKey := []byte("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
|
||||||
testSecret := []byte("BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB")
|
testSecret := []byte("BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB")
|
||||||
|
|
||||||
// get a free port on localhost to run the test on
|
// get a free port on localhost to run the test on
|
||||||
listener, err := net.Listen("tcp", "localhost:0")
|
listener, err := net.Listen("tcp", "localhost:0")
|
||||||
|
Loading…
Reference in New Issue
Block a user