diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2af7915..be5b020 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,6 +19,8 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests + run: cargo test + - name: Run tests (ignored) env: ZYFI_API_KEY: ${{ secrets.ZYFI_API_KEY }} run: cargo test -- --ignored