From 32f7803b90f420fe70ecae2b8040cf84d6cda9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Sch=C3=B6nenberg?= Date: Mon, 5 Aug 2024 17:19:43 +0200 Subject: [PATCH] Enable GitHub Actions test in Workflow --- .github/workflows/rust.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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