mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
more tests things
This commit is contained in:
parent
a7dba08990
commit
1cb4e21691
14 changed files with 98 additions and 40 deletions
33
.github/workflows/rust.yml
vendored
33
.github/workflows/rust.yml
vendored
|
|
@ -1,33 +0,0 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check dashboard frontend formatting
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
dry: true
|
||||
prettier_options: --check amqp_dashboard/assets/* --ignore-path .gitignore
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run clippy -D clippy::all
|
||||
run: cargo clippy --verbose -- -D clippy::all
|
||||
- name: Check format
|
||||
run: cargo fmt --verbose --all -- --check
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --all
|
||||
- name: Run client integration tests
|
||||
run: cargo xtask tests-js
|
||||
Loading…
Add table
Add a link
Reference in a new issue