Check that binaries download works

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2020-11-29 21:44:41 -05:00
parent 8258dd8e5e
commit c7349bb216
No known key found for this signature in database
GPG key ID: 9349B59FB54594AC

17
.github/workflows/check.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Check
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download binaries test
run: |
make binaries