Skip to content

Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 #5

Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2

Bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 #5

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- opened
- synchronize
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install toolchains
uses: actions-rs/toolchain@v1
with:
target: ${{ matrix.target }}
toolchain: stable
default: true
- name: Run tests
run: cargo test --verbose