Skip to content

Fix bug on HCIndex when partial coverage; add corresponding tests #38

Fix bug on HCIndex when partial coverage; add corresponding tests

Fix bug on HCIndex when partial coverage; add corresponding tests #38

Workflow file for this run

name: TestCli
on: [push]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Unit cli tests
run: cargo test --package hpx-cli
- name: Install cli
run: cargo install --path crates/cli
- name: Integration cli tests
run: |
cd crates/cli/test
./test.bash