Skip to content

Stop repeating a comment, move it outwards #54

Stop repeating a comment, move it outwards

Stop repeating a comment, move it outwards #54

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