File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2626 - armv7-linux-androideabi
2727 - aarch64-linux-android
2828 - i686-linux-android
29+ features :
30+ - " "
31+ - --no-default-features
32+ - --all-features
2933
3034 steps :
3135 - uses : actions/checkout@v3
3741 components : rustfmt, clippy
3842
3943 - run : cargo fmt --check
40- - run : cargo clippy --target=${{ matrix.target }} -- -Dwarnings
41- - run : cargo build --target=${{ matrix.target }}
42- - run : cargo doc --target=${{ matrix.target }}
44+ - run : cargo clippy --target=${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
45+ - run : cargo build --target=${{ matrix.target }} ${{ matrix.features }}
46+ - run : cargo doc --target=${{ matrix.target }} ${{ matrix.features }}
4347 env :
4448 RUSTDOCFLAGS : -Dwarnings
4549 # Temporary test non-target only.
You can’t perform that action at this time.
0 commit comments