From 3fe9894eb60779d1a19209e3882ed12cb0e4b3f4 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:49:40 +0100 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1b7f363..2a3a969 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,5 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 + - name: ls + run: ls - name: Build run: docker-compose up