Skip to content

Commit

Permalink
Cleanup trailing whitespace in github actions YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Feb 10, 2023
1 parent 4e3a013 commit 4b57723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
master
pull_request:
workflow_dispatch:
inputs:
name:
inputs:
name:
description: 'Manually triggered'

env:
Expand Down Expand Up @@ -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

0 comments on commit 4b57723

Please sign in to comment.