Skip to content

Commit dbfba76

Browse files
committed
CI fix tests with fn_features didn't run
1 parent a655dfd commit dbfba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Restore cargo caches
5656
uses: Swatinem/rust-cache@v1
5757
- name: Run tests
58-
run: cargo test --features "${{ env.fn_features }} ${{ matrix.cfg_feature }}" --verbose
58+
run: cargo test --features "${{ matrix.fn_features }} ${{ matrix.cfg_feature }}" --verbose
5959

6060
clippy:
6161
strategy:

0 commit comments

Comments
 (0)