Add reproducibility check (#11)
Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> Reviewed-on: #11
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
"nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'",
|
||||
# Test
|
||||
"nix build",
|
||||
# Reproducibility
|
||||
"nix build --rebuild",
|
||||
"nix run . -- verify AnkiStatic.Test/CapitalsOfTheWorld.json",
|
||||
"nix develop --command dotnet test",
|
||||
"nix develop --command dotnet test --configuration Release"
|
||||
|
Reference in New Issue
Block a user