Skip to content

InterceptMessage cleanup #23

InterceptMessage cleanup

InterceptMessage cleanup #23

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Integration Tests
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
steps:
- name: Use stable toolchain
uses: actions/checkout@v4
with:
profile: minimal
toolchain: stable
override: true
- name: Roles Integration Tests
run: |
cargo test --manifest-path=roles/Cargo.toml --verbose --test '*' -- --nocapture