tests: Add a cross test

This commit is contained in:
adisbladis 2022-05-30 18:12:27 +08:00
parent 3f80d454ce
commit 9c68732917
2 changed files with 3 additions and 0 deletions

2
tests/cross/default.nix Normal file
View file

@ -0,0 +1,2 @@
{ pkgs }:
pkgs.pkgsCross.aarch64-multiplatform.callPackage ../../. { }

View file

@ -91,6 +91,7 @@ func getTestDirs(rootDir string) ([]string, error) {
blacklist = []string{
"helm",
"minikube",
"cross",
}
}