More adjustments

This commit is contained in:
2023-05-29 21:34:54 +01:00
parent 12112ff063
commit 5a18f14d3b
11 changed files with 47 additions and 37 deletions

View File

@@ -16,6 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
profile: minimal
components: rustfmt, clippy
- name: Build
run: cargo build --verbose
- name: Run tests