We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc7c97 commit ace74a1Copy full SHA for ace74a1
.github/workflows/test.yml
@@ -71,4 +71,4 @@ jobs:
71
- name: cross test
72
run: |
73
cargo install cross
74
- cross test -r --features all --target ${{ matrix.target }}
+ cross test -r --target ${{ matrix.target }}
0 commit comments