fix: don't run zed tests by default (#1786) (#1789)

(cherry picked from commit 662487b534)

Co-authored-by: lea <lleyton@fyralabs.com>
This commit is contained in:
Raboneko
2024-08-01 06:13:49 -07:00
committed by GitHub
parent f0a58c2330
commit 5b27271a32
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
%global commit_date 20240619
%global ver 0.142.0
%bcond_without check
%bcond_with check
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
+1 -1
View File
@@ -1,4 +1,4 @@
%bcond_without check
%bcond_with check
%global ver 0.146.2
# Exclude input files from mangling
+1 -1
View File
@@ -1,4 +1,4 @@
%bcond_without check
%bcond_with check
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$