name: test-channels
on:
push:
branches:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
channel:
steps:
- uses: actions/checkout@v4
- name: Run cargo test
run: cargo +${{ matrix.channel }} test --all --all-features