Skip to content

Allow Context/ContextPdbData to impl Send. #76

Allow Context/ContextPdbData to impl Send.

Allow Context/ContextPdbData to impl Send. #76

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build tests
run: cargo test --verbose --no-run
- name: Run tests
run: cargo test --verbose --no-fail-fast -- --test-threads=1