Skip to content

feat: macros

feat: macros #7

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
CARGO_TERM_COLOR: always
TOOLCHAIN_VERSION: nightly-2024-06-19
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ env.TOOLCHAIN_VERSION }}
override: true
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features=http,macros