Skip to content

Make the tests more resilient by mocking GitHub HTTP API #67

Make the tests more resilient by mocking GitHub HTTP API

Make the tests more resilient by mocking GitHub HTTP API #67

Workflow file for this run

name: Rust CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_and_test:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- run: cargo build --release --all-features
- run: cargo test