mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-09 12:09:08 +00:00
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{
|
blacklist = []string{
|
||||||
"helm",
|
"helm",
|
||||||
"minikube",
|
"minikube",
|
||||||
|
"cross",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue