Create integration test

This commit is contained in:
Héctor Ramón Jiménez
2019-08-15 19:29:30 +02:00
parent 864b3ad9fd
commit 3d02911c12
3 changed files with 21 additions and 13 deletions

14
.github/workflows/integration.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Integration test
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: hecrj/setup-rust-action@master
- name: Check Cargo availability
run: cargo --version