Compare commits

..

No commits in common. "4c55897e8c11afa4fd410a05e983458b8e9e168a" and "0f4a44fbd6723bea445af89118adc09a2d6d0569" have entirely different histories.

1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
name: Build
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