Skip to content

ci: test with --all-features #201

ci: test with --all-features

ci: test with --all-features #201

Workflow file for this run

---
name: Tests
on:
push:
branches: [master]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --all-features