Skip to content

Fix an issue where no arguments to entry proc macro attribute caused #2

Fix an issue where no arguments to entry proc macro attribute caused

Fix an issue where no arguments to entry proc macro attribute caused #2

Workflow file for this run

name: CI
on:
push:
paths:
- '**.rs'
- '**Cargo.toml'
- .github/workflows/ci.yml
- .github/actions/*/action.yml
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout and setup
uses: speelbarrow/checkout-and-setup@v1
- name: Run tests
run: cargo test --workspace --all-features