Skip to content

Merge branch 'issues/81-release-1.3.0' into 'master' #21

Merge branch 'issues/81-release-1.3.0' into 'master'

Merge branch 'issues/81-release-1.3.0' into 'master' #21

Workflow file for this run

name: test-core
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test_cli:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: run mgit-core test
run: cargo test -p mgit-core