this repo has no description

Fix recipe: simpler test, remove unused curl dep

+3 -6
-1
.tangled/workflows/conda-release.yml
··· 16 16 nixpkgs: 17 17 - go 18 18 - rattler-build 19 - - curl 20 19 21 20 environment: 22 21 CGO_ENABLED: "0"
+3 -5
recipe.yaml
··· 1 1 package: 2 2 name: godemo 3 - version: "0.1.0" 3 + version: "0.1.2" 4 4 5 5 source: 6 6 # Use git source for spindle builds - it clones the repo ··· 17 17 18 18 tests: 19 19 - script: 20 - - godemo & 21 - - sleep 1 22 - - curl -s http://localhost:8080/health | grep -q OK 23 - - pkill godemo 20 + - test -f $PREFIX/bin/godemo 21 + - test -x $PREFIX/bin/godemo 24 22 25 23 about: 26 24 homepage: https://tangled.org/@nandi.latha.org/godemo