Skip to content

Commit

Permalink
Update github action cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Dec 26, 2023
1 parent e432f7a commit 679c4de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,28 @@ jobs:

- name: "Format check"
uses: actions-rs/cargo@v1
working-directory: ./cardano
with:
command: fmt
args: -- --check

- name: "Linter checks"
uses: actions-rs/cargo@v1
working-directory: ./cardano
with:
command: clippy
args: --all-features --all-targets -- --deny "clippy::all"

- name: "Check"
uses: actions-rs/cargo@v1
working-directory: ./cardano
with:
command: check
args: --all-features --all-targets

- name: "Test"
uses: actions-rs/cargo@v1
working-directory: ./cardano
with:
command: test
args: --all-features --all-targets
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v3

- uses: aiken-lang/[email protected]
working-directory: ./cardano
with:
version: v1.0.19-alpha

Expand Down

0 comments on commit 679c4de

Please sign in to comment.