File tree Expand file tree Collapse file tree 5 files changed +20
-25
lines changed
Expand file tree Collapse file tree 5 files changed +20
-25
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ jobs:
4444 targets : ${{ matrix.target }}
4545 - run : cargo build --target ${{ matrix.target }}
4646
47- # TODO(tarcieri): disabled until it can be made compatible with workspace-level lints
48- # minimal-versions:
49- # uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
50- # with:
51- # working-directory: ${{ github.workflow }}
47+ minimal-versions :
48+ uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
49+ with :
50+ working-directory : ${{ github.workflow }}
5251
5352 test :
5453 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -44,11 +44,10 @@ jobs:
4444 targets : ${{ matrix.target }}
4545 - run : cargo build --target ${{ matrix.target }}
4646
47- # TODO(tarcieri): disabled until it can be made compatible with workspace-level lints
48- # minimal-versions:
49- # uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
50- # with:
51- # working-directory: ${{ github.workflow }}
47+ minimal-versions :
48+ uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
49+ with :
50+ working-directory : ${{ github.workflow }}
5251
5352 test :
5453 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ concurrency:
2626 cancel-in-progress : true
2727
2828jobs :
29- # TODO(tarcieri): disabled until it can be made compatible with workspace-level lints
30- # minimal-versions:
31- # uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
32- # with:
33- # working-directory: ${{ github.workflow }}
29+ minimal-versions :
30+ uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
31+ with :
32+ working-directory : ${{ github.workflow }}
3433
3534 build :
3635 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -25,11 +25,10 @@ concurrency:
2525 cancel-in-progress : true
2626
2727jobs :
28- # TODO(tarcieri): disabled until it can be made compatible with workspace-level lints
29- # minimal-versions:
30- # uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
31- # with:
32- # working-directory: ${{ github.workflow }}
28+ minimal-versions :
29+ uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
30+ with :
31+ working-directory : ${{ github.workflow }}
3332
3433 # Linux tests
3534 linux :
Original file line number Diff line number Diff line change @@ -46,11 +46,10 @@ jobs:
4646 targets : ${{ matrix.target }}
4747 - run : cargo build --no-default-features --target ${{ matrix.target }}
4848
49- # TODO(tarcieri): disabled until it can be made compatible with workspace-level lints
50- # minimal-versions:
51- # uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
52- # with:
53- # working-directory: ${{ github.workflow }}
49+ minimal-versions :
50+ uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
51+ with :
52+ working-directory : ${{ github.workflow }}
5453
5554 test :
5655 strategy :
You can’t perform that action at this time.
0 commit comments