Simplify flake (#9)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
Reviewed-on: #9
This commit is contained in:
2024-05-31 23:33:46 +00:00
parent b96148c826
commit 73a0342291
10 changed files with 88 additions and 434 deletions

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