Skip to content

Commit

Permalink
Disable "uniquote" for MSRV testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Feb 17, 2023
1 parent efd748f commit 54defdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: dylni/build-actions/build-other@master
with:
nightly-features: 'print_bytes'
nightly-features: 'print_bytes uniquote'
target: ${{ matrix.target }}
version: ${{ matrix.version }}
timeout-minutes: 10
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: dylni/build-actions/test@master
with:
nightly-features: 'print_bytes'
nightly-features: 'print_bytes uniquote'
version: ${{ matrix.version }}
- run: cargo test --no-default-features --features raw_os_str
timeout-minutes: 10
Expand Down

0 comments on commit 54defdb

Please sign in to comment.