Skip to content

Commit

Permalink
fix: don't run zed tests by default (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Jul 31, 2024
1 parent a87ccd2 commit 662487b
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 20240731
%global ver 0.147.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.1
# 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 662487b

Please sign in to comment.