From 60d8c5f48c7b8089d24d71fc0c60006d5656ec40 Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Mon, 17 Jul 2023 11:05:41 +0200 Subject: [PATCH] modif actions --- .gitea/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 574e6dc..62adfe5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,11 +13,15 @@ jobs: container: image: rust:latest steps: + - name: Check-out uses: actions/checkout@v3 + - run: ls -la + - name: Test run: cargo test + - name: Build run: cargo build --release