Skip to content

Commit

Permalink
fix: don't run zed tests by default (#1786) (#1790)
Browse files Browse the repository at this point in the history
(cherry picked from commit 662487b)

Co-authored-by: lea <[email protected]>
  • Loading branch information
raboneko and lleyton authored Jul 31, 2024
1 parent 9eba119 commit f970326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anda/devs/zed/nightly/zed-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global commit_date 20240724
%global ver 0.146.0

%bcond_without check
%bcond_with check

# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
Expand Down
2 changes: 1 addition & 1 deletion anda/devs/zed/preview/zed-preview.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%bcond_without check
%bcond_with check

%global ver 0.146.2
# Exclude input files from mangling
Expand Down
2 changes: 1 addition & 1 deletion anda/devs/zed/stable/zed.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%bcond_without check
%bcond_with check

# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
Expand Down

0 comments on commit f970326

Please sign in to comment.