improve things

This commit is contained in:
nora 2022-02-10 05:59:35 +01:00
parent f437754618
commit a7dba08990
9 changed files with 185 additions and 26 deletions

View file

@ -20,7 +20,7 @@ jobs:
uses: creyD/prettier_action@v4.2
with:
dry: true
prettier_options: --check **/*.{html,css,js,md} --ignore-path .gitignore
prettier_options: --check amqp_dashboard/assets/* --ignore-path .gitignore
- name: Build
run: cargo build --verbose
- name: Run clippy -D clippy::all
@ -29,3 +29,5 @@ jobs:
run: cargo fmt --verbose --all -- --check
- name: Run tests
run: cargo test --verbose --all
- name: Run client integration tests
run: cargo xtask tests-js