Skip to content

Commit

Permalink
[GHA] fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 13, 2023
1 parent 20e44f9 commit fa34ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:
cd enclave-runtime && cargo clippy --features offchain-worker -- -D warnings,

# Fmt
cargo fmt --all -- --check
cd enclave-runtime && cargo fmt --all -- --check
cargo fmt --all -- --check,
cd enclave-runtime && cargo fmt --all -- --check,
]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fa34ab4

Please sign in to comment.