Skip to content

Commit

Permalink
pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dejhhw0l committed Apr 30, 2021
1 parent 1497257 commit e7b201c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ jobs:
- uses: actions/checkout@v1
- name: install tools
run: sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
- name: check formatting
run: cargo fmt --all -- --check
- name: check README.md synchronization
run: |
cargo install --force cargo-sync-readme
cargo sync-readme -c
- name: scan code
run: |
rustup component add clippy
cargo clippy --all-targets ${{ matrix.features }} -- -D warnings
- name: execute unit tests
run: cargo test ${{ matrix.features }}
- name: build program
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,10 @@ jobs:
- uses: actions/checkout@v1
- name: install tools
run: sudo apt-get install build-essential libncurses5-dev libncursesw5-dev
- name: check formatting
run: cargo fmt --all -- --check
- name: check README.md synchronization
run: |
cargo install --force cargo-sync-readme
cargo sync-readme -c
- name: scan code
run: |
rustup component add clippy
cargo clippy --all-targets ${{ matrix.features }} -- -D warnings
- name: execute tests
run: cargo test ${{ matrix.features }}
- name: build program
Expand Down

0 comments on commit e7b201c

Please sign in to comment.