Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge #54
Browse files Browse the repository at this point in the history
54: nixos test: disable r=ksaric a=disassembler



Co-authored-by: Samuel Leathers <[email protected]>
  • Loading branch information
iohk-bors[bot] and disassembler authored Aug 12, 2020
2 parents 8977d72 + 5ffc2ef commit 8e65add
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ let
jobs = {
native = mapTestOn (__trace (__toJSON (packagePlatforms project)) (packagePlatforms project));
# only build nixos tests on first supported system (linux)
inherit (pkgsFor (builtins.head supportedSystems)) nixosTests;
} // (mkRequiredJob (concatLists [
(collectJobs jobs.native.checks)
(collectJobs jobs.native.libs)
(collectJobs jobs.native.exes)
(collectJobs jobs.nixosTests.smashTest)
]));

in jobs

0 comments on commit 8e65add

Please sign in to comment.