Skip to content

Commit

Permalink
chore(ci): test nightly on hercules runners
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Aug 15, 2024
1 parent f5e8e4e commit 05941d6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,26 @@
filterAttrs isCi self.devShells.aarch64-linux;
};
};
nightly = {
outputs = {
checks.x86_64-linux.ensure-blocks =
self.checks.x86_64-linux.ensure-blocks;
checks.x86_64-linux.epoch-completes =
self.checks.x86_64-linux.epoch-completes;
checks.x86_64-linux.forced-set-rotation =
self.checks.x86_64-linux.forced-set-rotation;
checks.x86_64-linux.sepolia-runs =
self.checks.x86_64-linux.sepolia-runs;
checks.x86_64-linux.union-runs =
self.checks.x86_64-linux.union-runs;
checks.x86_64-linux.upgrade-from-genesis =
self.checks.x86_64-linux.upgrade-from-genesis;
checks.x86_64-linux.upgrade-with-tokenfactory-state =
self.checks.x86_64-linux.upgrade-with-tokenfactory-state;
checks.x86_64-linux.virtualisation-works =
self.checks.x86_64-linux.virtualisation-works;
};
};
};
};
};
Expand Down

0 comments on commit 05941d6

Please sign in to comment.