Skip to content

Commit

Permalink
add new step to ci to reflect local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
4meta5 committed Jan 9, 2024
1 parent 16101c2 commit 0a8fc0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Add required rustup component
uses: rustup component add rust-src

- name: Install toml-sort
run: cargo install --git https://github.com/4meta5/toml_sort
- name: Add file permissions for toml-sort
Expand Down

0 comments on commit 0a8fc0a

Please sign in to comment.