mirror of
https://github.com/nmattia/snack.git
synced 2024-11-28 12:27:41 +03:00
Test snack.nix discovery
This commit is contained in:
parent
c9edd68d0f
commit
9f2f926723
@ -1,7 +0,0 @@
|
||||
{ main = "Foo";
|
||||
src = ./src;
|
||||
dependencies = [
|
||||
"conduit"
|
||||
"something-that-doesnt-exist"
|
||||
];
|
||||
}
|
@ -16,5 +16,5 @@ test() {
|
||||
rm $TMP_FILE
|
||||
}
|
||||
|
||||
SNACK="snack -j4 --snack-nix snack.nix --package-file package.nix" test
|
||||
SNACK="snack -j4 --snack-nix snack.nix --package-file package.yaml" test
|
||||
SNACK="snack -j4" test
|
||||
|
Loading…
Reference in New Issue
Block a user