Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf368e43

Browse files
oneslashjohnward
authored andcommitted
fix review (#4)
1 parentde8b6fe commitf368e43

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

‎.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches:[ "main" ]
5+
branches:[ "main", "master" ]
66
pull_request:
7-
branches:[ "main" ]
7+
branches:[ "main", "master" ]
88

99
env:
1010
CARGO_TERM_COLOR:always

‎tests/kafka-rust-image/create-topics.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
set -x
4-
5-
SECURE_PARAM=""
63
if [[-z"$START_TIMEOUT" ]];then
74
START_TIMEOUT=600
85
fi

‎tests/run-all-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# `wurstmeister/kafka` repo. If there are no versions specified, it runs the tests
1919
# on a set of default versions.
2020

21-
set -e-x
21+
set -e
2222

2323
stop_docker() {
2424
docker compose down

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp