Skip to content

Merge pull request #2 from acridotheres/rustfmt-a090e25766b604ade88ee… #6

Merge pull request #2 from acridotheres/rustfmt-a090e25766b604ade88ee…

Merge pull request #2 from acridotheres/rustfmt-a090e25766b604ade88ee… #6

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