Skip to content

Commit

Permalink
test: tests for new ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Jan 6, 2025
1 parent 58ec874 commit 1c7f9dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/ports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ const cases: CustomE2eTestCase[] = [
installConf: ports.protoc(),
ePoint: `protoc --version`,
},
{
name: "lade",
installConf: ports.protoc(),
ePoint: `lade --version`,
},
// 6 megs
{
name: "ruff",
Expand Down Expand Up @@ -179,6 +184,15 @@ const cases: CustomE2eTestCase[] = [
enableRuntimes: true,
},
},
// 95 meg
{
name: "terragrunt",
installConf: ports.terragrunt_ghrel({}),
ePoint: `terragrunt --version`,
secureConf: {
enableRuntimes: true,
},
},
// rustup + 600 megs
{
name: "rust",
Expand Down

0 comments on commit 1c7f9dd

Please sign in to comment.