Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI Workflow with Checks (#14)
* feat(ci): add check job and update build dependencies in flake workflow - Introduce a new `check` job with a strategy matrix for `macos-latest` and `ubuntu-latest`. - Adjust `build` job to depend on the successful completion of the `check` job. - Standardize the use of `authtoken` across cachix actions. - Remove `enable_kvm` option and redundant `nix develop -c just check` step from the `build` job. * fix: update cachix action parameters to use correct casing and environment variables names
- Loading branch information