Skip to content

integration_test

integration_test #61

name: integration_test
on:
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: 1
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v2
- name: Integration Test
run: make test-integration