Add reproducibility check #11
@@ -10,6 +10,8 @@
|
|||||||
"nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'",
|
"nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'",
|
||||||
# Test
|
# Test
|
||||||
"nix build",
|
"nix build",
|
||||||
|
# Reproducibility
|
||||||
|
"nix build --rebuild",
|
||||||
"nix run . -- verify AnkiStatic.Test/CapitalsOfTheWorld.json",
|
"nix run . -- verify AnkiStatic.Test/CapitalsOfTheWorld.json",
|
||||||
"nix develop --command dotnet test",
|
"nix develop --command dotnet test",
|
||||||
"nix develop --command dotnet test --configuration Release"
|
"nix develop --command dotnet test --configuration Release"
|
||||||
|
Reference in New Issue
Block a user