commit
61fd5b0050
3 changed files with 4 additions and 4 deletions
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
|
@ -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
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -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
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue