Skip to content

chore: Release pdb-addr2line version 0.11.1 #80

chore: Release pdb-addr2line version 0.11.1

chore: Release pdb-addr2line version 0.11.1 #80

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