From 686ad5e18203e241e635eb0bf1fa3832d8fc414c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Mon, 10 May 2021 15:44:09 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73964ef61..3ff4116ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: use-cross: true command: build args: --release --locked --target ${{ matrix.target }} - + - name: Run cargo test uses: actions-rs/cargo@v1 with: