File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,10 @@ jobs:
1818 - uses : actions/checkout@v1
1919 - name : install tools
2020 run : sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
21- - name : check formatting
22- run : cargo fmt --all -- --check
2321 - name : check README.md synchronization
2422 run : |
2523 cargo install --force cargo-sync-readme
2624 cargo sync-readme -c
27- - name : scan code
28- run : |
29- rustup component add clippy
30- cargo clippy --all-targets ${{ matrix.features }} -- -D warnings
3125 - name : execute unit tests
3226 run : cargo test ${{ matrix.features }}
3327 - name : build program
Original file line number Diff line number Diff line change @@ -26,16 +26,10 @@ jobs:
2626 - uses : actions/checkout@v1
2727 - name : install tools
2828 run : sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
29- - name : check formatting
30- run : cargo fmt --all -- --check
3129 - name : check README.md synchronization
3230 run : |
3331 cargo install --force cargo-sync-readme
3432 cargo sync-readme -c
35- - name : scan code
36- run : |
37- rustup component add clippy
38- cargo clippy --all-targets ${{ matrix.features }} -- -D warnings
3933 - name : execute tests
4034 run : cargo test ${{ matrix.features }}
4135 - name : build program
You can’t perform that action at this time.
0 commit comments