Skip to content

Test both with and without install feature in CI. #8

Test both with and without install feature in CI.

Test both with and without install feature in CI. #8

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
run-unit-tests:
runs-on: self-hosted
steps:
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Check out repo
uses: actions/checkout@v4
- run: |
. "$HOME/.cargo/env"
cargo test
cargo test --features=install