File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
run : rustup update stable
38
38
39
39
- name : Run test
40
- run : cargo test --package eventstore --test integration single_node_${{ matrix.test }}
40
+ run : cargo test --package kurrent --test integration single_node_${{ matrix.test }}
41
41
continue-on-error : ${{ matrix.test == 'auto_resub_on_connection_drop' }}
42
42
env :
43
43
ESDB_DOCKER_REPO : ${{ needs.provide_docker.outputs.docker_repo }}
72
72
run : docker compose --file configure-tls-for-tests.yml up
73
73
74
74
- name : Run test
75
- run : cargo test --package eventstore --test integration single_node_${{ matrix.test }}
75
+ run : cargo test --package kurrent --test integration single_node_${{ matrix.test }}
76
76
env :
77
77
ESDB_DOCKER_REPO : ${{ needs.provide_docker.outputs.docker_repo }}
78
78
ESDB_DOCKER_CONTAINER : ${{ needs.provide_docker.outputs.docker_container }}
@@ -111,7 +111,7 @@ jobs:
111
111
ESDB_DOCKER_CONTAINER_VERSION : ${{ inputs.esdb_version }}
112
112
113
113
- name : Run test
114
- run : cargo test --package eventstore --test integration cluster_${{ matrix.test }}
114
+ run : cargo test --package kurrent --test integration cluster_${{ matrix.test }}
115
115
env :
116
116
ESDB_DOCKER_CONTAINER_VERSION : ${{ inputs.esdb_version }}
117
117
RUST_LOG : integration=debug,eventstore=debug
You can’t perform that action at this time.
0 commit comments