Skip to content

Public method for creating a Session (#128) #304

Public method for creating a Session (#128)

Public method for creating a Session (#128) #304

Workflow file for this run

on:
push:
branches: [master]
paths-ignore:
- 'build_doc.sh'
- 'check.sh'
- 'run_ci_tests.sh'
- 'start_sshd.sh'
- 'stop_sshd.sh'
pull_request:
paths-ignore:
- 'build_doc.sh'
- 'check.sh'
- 'run_ci_tests.sh'
- 'start_sshd.sh'
- 'stop_sshd.sh'
name: cargo hack
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions/checkout@v3
- uses: taiki-e/install-action@cargo-hack
- name: cargo hack
uses: actions-rs/cargo@v1
with:
command: hack
args: --feature-powerset check --all-targets