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 26
26
- armv7-linux-androideabi
27
27
- aarch64-linux-android
28
28
- i686-linux-android
29
+ features :
30
+ - " "
31
+ - --no-default-features
32
+ - --all-features
29
33
30
34
steps :
31
35
- uses : actions/checkout@v3
37
41
components : rustfmt, clippy
38
42
39
43
- 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 }}
43
47
env :
44
48
RUSTDOCFLAGS : -Dwarnings
45
49
# Temporary test non-target only.
You can’t perform that action at this time.
0 commit comments