Skip to content

Commit

Permalink
Merge pull request #186 from KogarashiNetwork/nova/pallet
Browse files Browse the repository at this point in the history
Nova/pallet
  • Loading branch information
ashWhiteHat authored Dec 22, 2023
2 parents 6d2df31 + 0b3ab98 commit 019b895
Show file tree
Hide file tree
Showing 60 changed files with 3,022 additions and 674 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace --all-features
args: --workspace --all-features -- -D warnings

test:
if: github.event.pull_request.draft == false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --release --all --all-features
args: --release --workspace --all-features
Loading

0 comments on commit 019b895

Please sign in to comment.