Skip to content

Commit

Permalink
hydra: mark tests as required
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Oct 27, 2020
1 parent 542c283 commit c1bb18a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.nix
Expand Up @@ -59,7 +59,8 @@ let
native = mapTestOn (__trace (__toJSON (packagePlatforms project)) (packagePlatforms project));
# "${mingwW64.config}" = mapTestOnCross mingwW64 (packagePlatformsCross project);
} // (mkRequiredJob (
collectComponents jobs.native.tests ++
collectComponents jobs.native.checks ++
collectComponents jobs.native.nixosTests ++
collectComponents jobs.native.benchmarks ++
collectComponents jobs.native.libs ++
collectComponents jobs.native.exes
Expand Down

0 comments on commit c1bb18a

Please sign in to comment.