Skip to content

Commit 7685304

Browse files
vhdirkeldruin
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Diego Barrios Romero <[email protected]>
1 parent 1a97e93 commit 7685304

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
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions-rs/cargo@v1
4141
with:
4242
command: build
43-
args: --target=${{ matrix.TARGET }} --all-features
43+
args: --target=${{ matrix.TARGET }}
4444
- uses: actions-rs/cargo@v1
4545
if: ${{ contains(matrix.TARGET, 'x86_64') }}
4646
with:

0 commit comments

Comments
 (0)