|
16 | 16 | tool: cargo-hack,cargo-minimal-versions |
17 | 17 | - run: rustup set profile minimal |
18 | 18 | - run: rustup toolchain install ${{ matrix.tc }} |
19 | | - - run: cargo +${{ matrix.tc }} test --all --all-features |
| 19 | + - run: cargo +${{ matrix.tc }} test --all |
20 | 20 | test: |
21 | 21 | runs-on: ${{ matrix.os }} |
22 | 22 | strategy: |
|
30 | 30 | tool: cargo-hack,cargo-minimal-versions |
31 | 31 | - run: rustup set profile minimal |
32 | 32 | - run: rustup toolchain install ${{ matrix.tc }} |
| 33 | + - run: cargo +${{ matrix.tc }} minimal-versions test --all |
| 34 | + test-unstable-features: |
| 35 | + runs-on: ${{ matrix.os }} |
| 36 | + strategy: |
| 37 | + matrix: |
| 38 | + os: [ubuntu-latest, macos-latest, windows-latest] |
| 39 | + tc: [nightly] |
| 40 | + steps: |
| 41 | + - uses: taiki-e/checkout-action@v1 |
| 42 | + - uses: taiki-e/install-action@v2 |
| 43 | + with: |
| 44 | + tool: cargo-hack,cargo-minimal-versions |
| 45 | + - run: rustup set profile minimal |
| 46 | + - run: rustup toolchain install ${{ matrix.tc }} |
33 | 47 | - run: cargo +${{ matrix.tc }} minimal-versions test --all --all-features |
34 | 48 | cross-compile: |
35 | 49 | runs-on: ${{ matrix.os }} |
|
53 | 67 | - run: rustup set profile minimal |
54 | 68 | - run: rustup toolchain install ${{ matrix.tc }} |
55 | 69 | - run: rustup target add ${{ matrix.cc }} --toolchain ${{ matrix.tc }} |
56 | | - - run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }} |
| 70 | + - run: cargo +${{ matrix.tc }} minimal-versions build --all --target=${{ matrix.cc }} |
57 | 71 | cross-compile-ios: |
58 | 72 | runs-on: ${{ matrix.os }} |
59 | 73 | strategy: |
|
69 | 83 | - run: rustup set profile minimal |
70 | 84 | - run: rustup toolchain install ${{ matrix.tc }} |
71 | 85 | - run: rustup target add ${{ matrix.cc }} --toolchain ${{ matrix.tc }} |
72 | | - - run: cargo +${{ matrix.tc }} minimal-versions build --all --all-features --target=${{ matrix.cc }} |
| 86 | + - run: cargo +${{ matrix.tc }} minimal-versions build --all --target=${{ matrix.cc }} |
0 commit comments