Skip to content

Configure Mend for GitHub.com #460

Configure Mend for GitHub.com

Configure Mend for GitHub.com #460

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose