From 4b577237b42b4ba92ad4e3186d9529ba36b30040 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 10 Feb 2023 17:40:38 +0000 Subject: [PATCH] Cleanup trailing whitespace in github actions YAML --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c6636f68..41906d66 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -6,8 +6,8 @@ on: master pull_request: workflow_dispatch: - inputs: - name: + inputs: + name: description: 'Manually triggered' env: @@ -49,8 +49,8 @@ jobs: run: | sudo apt-get update && sudo apt-get install -y qemu-user-static pip install speculos --extra-index-url https://test.pypi.org/simple/ - - name: Unit tests + - name: Unit tests uses: actions-rs/cargo@v1 with: - command: test + command: test args: --target ./${{ matrix.target }}.json --features speculos