|
39 | 39 | - run: cargo build --release --target ${{ matrix.target }}
|
40 | 40 | - run: cargo build --release --target ${{ matrix.target }} --features compact
|
41 | 41 | - run: cargo build --release --target ${{ matrix.target }} --features ctr
|
42 |
| - - run: cargo build --release --target ${{ matrix.target }} --features force-soft |
43 | 42 | - run: cargo build --release --target ${{ matrix.target }} --all-features
|
44 | 43 |
|
45 | 44 | # Tests for the portable software backend
|
|
74 | 73 | - run: cargo test --release --target ${{ matrix.target }}
|
75 | 74 | - run: cargo test --release --target ${{ matrix.target }} --features compact
|
76 | 75 | - run: cargo test --release --target ${{ matrix.target }} --features ctr
|
77 |
| - - run: cargo test --release --target ${{ matrix.target }} --features force-soft |
78 | 76 | - run: cargo test --release --target ${{ matrix.target }} --all-features
|
79 | 77 |
|
80 | 78 | # Tests for the AES-NI backend
|
@@ -113,7 +111,6 @@ jobs:
|
113 | 111 | - run: cargo test --release --target ${{ matrix.target }}
|
114 | 112 | - run: cargo test --release --target ${{ matrix.target }} --features compact
|
115 | 113 | - run: cargo test --release --target ${{ matrix.target }} --features ctr
|
116 |
| - - run: cargo test --release --target ${{ matrix.target }} --features force-soft |
117 | 114 | - run: cargo test --release --target ${{ matrix.target }} --all-features
|
118 | 115 |
|
119 | 116 | # Cross-compiled tests
|
@@ -147,5 +144,4 @@ jobs:
|
147 | 144 | - run: cross test --release --target ${{ matrix.target }}
|
148 | 145 | - run: cross test --release --target ${{ matrix.target }} --features compact
|
149 | 146 | - run: cross test --release --target ${{ matrix.target }} --features ctr
|
150 |
| - - run: cargo test --release --target ${{ matrix.target }} --features force-soft |
151 | 147 | - run: cargo test --release --target ${{ matrix.target }} --all-features
|
0 commit comments