upgrade continuous integration #1

merged
opened by tjh.dev targeting main from push-vpowoozkpwqn

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

Changed files
+16
.tangled
workflows
+16
.tangled/workflows/unit-tests.yaml
···
+
when:
+
- event:
+
- push
+
- pull_request
+
branch:
+
- main
+
+
engine: nixery
+
+
dependencies:
+
nixpkgs:
+
- cargo
+
+
steps:
+
- name: run unit tests
+
command: cargo test --all-targets --all-features