forked from mirrors/gomod2nix
tests: Add a cross test
This commit is contained in:
parent
3f80d454ce
commit
9c68732917
2 changed files with 3 additions and 0 deletions
2
tests/cross/default.nix
Normal file
2
tests/cross/default.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{ pkgs }:
|
||||
pkgs.pkgsCross.aarch64-multiplatform.callPackage ../../. { }
|
|
@ -91,6 +91,7 @@ func getTestDirs(rootDir string) ([]string, error) {
|
|||
blacklist = []string{
|
||||
"helm",
|
||||
"minikube",
|
||||
"cross",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue