Skip to content

Commit

Permalink
Disable axum-* tests
Browse files Browse the repository at this point in the history
Hopefully it can resolve circular dependency

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Mar 28, 2024
1 parent 4066d75 commit acef2e6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rust-axum-core/rust-axum-core.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by rust2rpm 26
%bcond_without check
# * resolve dependency loop with axum
%bcond_with check
%global debug_package %{nil}

%global crate axum-core
Expand Down
5 changes: 5 additions & 0 deletions rust-axum-core/rust2rpm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tests]
comments = [
"resolve dependency loop with axum",
]
run = ["none"]
3 changes: 2 additions & 1 deletion rust-axum-macros/rust-axum-macros.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by rust2rpm 26
%bcond_without check
# * resolve dependency loop with axum
%bcond_with check
%global debug_package %{nil}

%global crate axum-macros
Expand Down
5 changes: 5 additions & 0 deletions rust-axum-macros/rust2rpm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tests]
comments = [
"resolve dependency loop with axum",
]
run = ["none"]

0 comments on commit acef2e6

Please sign in to comment.