Skip to content

Improve inlining hints for better performance. #23

Improve inlining hints for better performance.

Improve inlining hints for better performance. #23

Workflow file for this run

name: Features
on:
[pull_request, workflow_dispatch]
jobs:
features:
name: Test Feature Combinations
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt, clippy
- run: ci/test.sh
- run: NIGHTLY=1 NO_STD=1 ci/test.sh