Skip to content

Add '_by_ref' in macro for 'push_post_info' and 'set_xx<I: Into<Strin… #110

Add '_by_ref' in macro for 'push_post_info' and 'set_xx<I: Into<Strin…

Add '_by_ref' in macro for 'push_post_info' and 'set_xx<I: Into<Strin… #110

Workflow file for this run

name: TestLib
on: [push, workflow_dispatch]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Run lib tests
run: cargo test --workspace --verbose -- --nocapture
- name: Run lib tests with MIVOT feature
run: cargo test --all-features --workspace --verbose -- --nocapture