Skip to content

Commit

Permalink
Merge pull request #1387 from Luni-4/ci-improvements
Browse files Browse the repository at this point in the history
CI improvements
  • Loading branch information
hecrj authored Jul 14, 2022
2 parents 2883aa3 + 408474c commit 61fd5b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
components: rustfmt
- uses: actions/checkout@master
- name: Check format
run: cargo fmt --all -- --check
run: cargo fmt --all -- --check --verbose
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy --all --all-features --no-deps
run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
sudo apt-get install -y libxkbcommon-dev
- name: Run tests
run: |
cargo test --verbose --all
cargo test --verbose --all --all-features
cargo test --verbose --workspace
cargo test --verbose --workspace --all-features
web:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61fd5b0

Please sign in to comment.