Merge branch 'master' into fix-e2e

This commit is contained in:
s1fr0 2022-06-02 15:42:43 +02:00
commit 8f738ef327
No known key found for this signature in database
GPG Key ID: 2C041D60117BFF46
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,8 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Update git submodules
run: git submodule update --init --recursive
- name: cargo test
run: |
cargo test
@ -34,6 +35,8 @@ jobs:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Update git submodules
run: git submodule update --init --recursive
- name: cargo fmt
run: cargo fmt --all -- --check
- name: cargo clippy