Skip to content

Commit

Permalink
Add all targets to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Dec 20, 2023
1 parent 4fa09a4 commit 6414ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --manifest-path ./programs/${{ matrix.program }}/Cargo.toml -- --check
args: --all --manifest-path ./programs/${{ matrix.program }}/Cargo.toml -- --check

- name: Run cargo clippy
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 6414ef5

Please sign in to comment.