diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bda6555..0a4c415 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v3 - name: Checkout and toolchain run: rustup update stable && rustup default stable + - name: Test + run: cargo test - name: Build run: cargo build - name: SSH setup