added support for dotenv files and config
CI / Detect changed paths (pull_request) Failing after 34m20s
CI / Infra unit tests, vet, and preview (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Failing after 34m36s
CI / Odin unit tests and build (pull_request) Failing after 34m49s

This commit is contained in:
2026-09-07 13:27:51 -06:00
parent 3803787fe8
commit ac2d30510c
7 changed files with 242 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ build-web: ## WebAssembly build -> build/web (needs emscripten)
test: ## Run Odin unit tests
@mkdir -p lib/local
$(ODIN) test src $(ODIN_FLAGS)
$(ODIN) test test $(ODIN_FLAGS)
clean: ## Remove build artifacts
rm -rf $(BIN) build