From abd85d514ef2dc39543610cca80006a29cc73a9e Mon Sep 17 00:00:00 2001 From: Daniel Thaler Date: Wed, 6 Nov 2024 23:44:00 +0100 Subject: [PATCH] Update the github action to run the unit tests --- .github/workflows/rust.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1988651..4b8d91c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,4 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Build run: cargo build --release --verbose - + - name: Run tests + env: + RUST_BACKTRACE: 1 + run: cargo test