Skip to content

Commit

Permalink
revert ci modification
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 20, 2023
1 parent ac681e1 commit c932a44
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v4
- name: Cargo update
uses: actions-rs/cargo@v1
with:
command: update
args: -p [email protected] --precise 0.5.5
- name: Cargo clippy
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -77,11 +72,6 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v4
- name: Cargo update
uses: actions-rs/cargo@v1
with:
command: update
args: -p [email protected] --precise 0.5.5
- name: Cargo build
uses: actions-rs/cargo@v1
with:
Expand All @@ -96,11 +86,6 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v4
- name: Cargo update
uses: actions-rs/cargo@v1
with:
command: update
args: -p [email protected] --precise 0.5.5
- name: Cargo build
uses: actions-rs/cargo@v1
with:
Expand All @@ -119,13 +104,8 @@ jobs:
steps:
- name: Clone
uses: actions/checkout@v4
- name: Cargo update
uses: actions-rs/cargo@v1
with:
command: update
args: -p [email protected] --precise 0.5.5
- name: Unit tests
uses: actions-rs/cargo@v1
with:
command: test
args: -p ledger_device_sdk --target ${{ matrix.target }} --features speculos
args: -p ledger_device_sdk --target ${{ matrix.target }} --features speculos

0 comments on commit c932a44

Please sign in to comment.