ring-alloc 0.1.0

Specialized allocator for short-living objects
Documentation
name: badge

on:
  push:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Install nightly toolchain
      uses: actions-rs/toolchain@v1
      with:
        profile: minimal
        toolchain: nightly
    - name: Run cargo test
      uses: actions-rs/cargo@v1
      with:
        toolchain: nightly
        command: test
        args: --all --all-features