Skip to content

Use reserved space footer for padding #184

Use reserved space footer for padding

Use reserved space footer for padding #184

Workflow file for this run

name: Cargo
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose