hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/csharp/Makefile

Summary

Maintainability
Test Coverage
test-runtime:
    dotnet run

test-compile:
    dotnet build --nologo

test: test-runtime
# test: test-compile test-runtime

.PHONY: test