diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2bbb15a..4c25a3d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build - run: cargo build --verbose -# Currently not, because we need to fix the integration test before... -# - name: Run tests -# run: cargo test --verbose + run: cargo build + - name: Run tests + run: cargo test