Implementation of the UM-32 "Universal Machine" as described by the Cult of the Bound Variable

upgrade continuous integration

Signed-off-by: tjh <did:plc:65gha4t3avpfpzmvpbwovss7>

tjh.dev d25d4b90 a613177f

verified
Changed files
+16
.tangled
workflows
+16
.tangled/workflows/unit-tests.yaml
··· 1 + when: 2 + - event: 3 + - push 4 + - pull_request 5 + branch: 6 + - main 7 + 8 + engine: nixery 9 + 10 + dependencies: 11 + nixpkgs: 12 + - cargo 13 + 14 + steps: 15 + - name: run unit tests 16 + command: cargo test --all-targets --all-features