Skip to content

Merge pull request #6 from acridotheres/rustfmt-e12e47585622af6746e96… #20

Merge pull request #6 from acridotheres/rustfmt-e12e47585622af6746e96…

Merge pull request #6 from acridotheres/rustfmt-e12e47585622af6746e96… #20

Workflow file for this run

name: Run integration tests
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose