Simplify flake #9

Merged
patrick merged 4 commits from simplify-flake into main 2024-05-31 23:33:47 +00:00
Showing only changes of commit 5e961a8f7c - Show all commits

View File

@@ -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" },