Skip to content

Commit

Permalink
Merge pull request #7 from Cardinal-Cryptography/A0-2999
Browse files Browse the repository at this point in the history
A0-2999: Run all workflows on node20
  • Loading branch information
h4nsu authored May 22, 2024
2 parents 029b6c8 + d641c03 commit 5532dd4
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,17 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
shell: bash
run: |
cargo fmt --all -- --check
- name: Run clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets -- --no-deps -D warnings
shell: bash
run: |
cargo clippy --all-targets -- --no-deps -D warnings
- name: Run unit tests
run: make test
Expand All @@ -43,7 +41,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build contract
run: make build

0 comments on commit 5532dd4

Please sign in to comment.