Skip to content

feat!: Merge pull request #21 from acridotheres/18-bundle-functions-t… #58

feat!: Merge pull request #21 from acridotheres/18-bundle-functions-t…

feat!: Merge pull request #21 from acridotheres/18-bundle-functions-t… #58

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