Skip to content

Merge pull request #7 from acridotheres/rustfmt-953d283097a97fe4b51b4… #22

Merge pull request #7 from acridotheres/rustfmt-953d283097a97fe4b51b4…

Merge pull request #7 from acridotheres/rustfmt-953d283097a97fe4b51b4… #22

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