Merge pull request #1836 from doxxx93/fix/predicate-filter-uid-tracking #1
This file contains hidden or 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: | |
| push: | |
| branches: | |
| - main | |
| # opt in to explicit stuff here, this test is slow | |
| - hack-features | |
| jobs: | |
| cargo-hack: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v5 | |
| - name: Install stable toolchain | |
| uses: dtolnay/rust-toolchain@stable | |
| - uses: Swatinem/rust-cache@v2 | |
| - uses: taiki-e/install-action@cargo-hack | |
| - uses: extractions/setup-just@v3 | |
| - name: Run cargo-hack | |
| run: just hack |