Simplify flake (#9)
Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> Reviewed-on: #9
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
# Test
|
||||
"nix build",
|
||||
"nix run . -- verify AnkiStatic.Test/CapitalsOfTheWorld.json",
|
||||
"nix develop --command dotnet -- test",
|
||||
"nix develop --command dotnet -- test --configuration Release"
|
||||
"nix develop --command dotnet test",
|
||||
"nix develop --command dotnet test --configuration Release"
|
||||
],
|
||||
"when": [
|
||||
{ "event": "push", "evaluate": "CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH" },
|
||||
|
Reference in New Issue
Block a user