Skip to content

Commit d6e6261

Browse files
CI: use the default profile
1 parent 3ccd177 commit d6e6261

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.config/nextest.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,10 @@ test-group = 'sequential'
5555
[[profile.default.overrides]]
5656
filter = 'test(deprecated_features)'
5757
priority = 10
58-
test-group = 'sequential'
58+
test-group = 'sequential'
59+
60+
61+
[profile.ci]
62+
default-filter = "all()"
63+
retries = 4
64+
test-threads = 1

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: CI
33
on:
44
push:
55
paths:
6-
- ".github/workflows/ci.yaml"
6+
- ".github/workflows/ci.yaml"]
7+
- ".config/nextest.toml"
78
- "src/**"
89
- "tests/**"
910
- "Cargo.toml"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reqwest = { version = "0.12.12", features = [
1717
"__rustls",
1818
"rustls-tls-native-roots",
1919
] }
20-
rabbitmq_http_client = { version = "0.28.0", features = [
20+
rabbitmq_http_client = { git = "", features = [
2121
"core",
2222
"blocking",
2323
"tabled",

0 commit comments

Comments
 (0)