rust unit test

This commit is contained in:
Chris Titus 2024-07-13 17:31:59 -05:00
parent 2347d9dab4
commit 84a2ec7280

View File

@ -33,6 +33,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Clean the build directory
run: cargo clean
- name: Build
run: cargo build --verbose
- name: Upload build artifacts