Add patches for dependencies with TODOs in the docs. #173
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |