Advent of Code solutions in Rust

test: add workflow attempting to reach Docker host

+16
+16
.tangled/workflows/test.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: ["main"] 4 + - event: ["pull_request"] 5 + branch: ["main"] 6 + 7 + engine: "nixery" 8 + 9 + dependencies: 10 + nixpkgs: 11 + - curl 12 + 13 + steps: 14 + - name: "Try to reach server on host" 15 + command: | 16 + curl -v http://172.17.0.1:8000