Skip to content

Introduce ExportedTree to represent ratchet tree contents #322

Introduce ExportedTree to represent ratchet tree contents

Introduce ExportedTree to represent ratchet tree contents #322

Workflow file for this run

name: Features
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
jobs:
BuildAndTest:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-hack
run: cargo install cargo-hack
- name: Build one feature at a time
run: cargo hack build --each-feature --workspace --exclude fuzz --exclude harness_client