Skip to content

Commit c920f95

Browse files
committed
Update workflows.
1 parent 5d89aca commit c920f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: rustup update stable
3838

3939
- 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 }}
4141
continue-on-error: ${{ matrix.test == 'auto_resub_on_connection_drop' }}
4242
env:
4343
ESDB_DOCKER_REPO: ${{ needs.provide_docker.outputs.docker_repo }}
@@ -72,7 +72,7 @@ jobs:
7272
run: docker compose --file configure-tls-for-tests.yml up
7373

7474
- 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 }}
7676
env:
7777
ESDB_DOCKER_REPO: ${{ needs.provide_docker.outputs.docker_repo }}
7878
ESDB_DOCKER_CONTAINER: ${{ needs.provide_docker.outputs.docker_container }}
@@ -111,7 +111,7 @@ jobs:
111111
ESDB_DOCKER_CONTAINER_VERSION: ${{ inputs.esdb_version }}
112112

113113
- 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 }}
115115
env:
116116
ESDB_DOCKER_CONTAINER_VERSION: ${{ inputs.esdb_version }}
117117
RUST_LOG: integration=debug,eventstore=debug

0 commit comments

Comments
 (0)