Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tlepoint committed Oct 4, 2023
1 parent 3a020ef commit 1f52a96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
toolchain: nightly
override: true
components: rustfmt
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
Expand All @@ -43,7 +42,7 @@ jobs:
toolchain: stable
override: true
components: clippy
- run: rustup component add clippy
- uses: arduino/setup-protoc@v2
- uses: actions-rs/cargo@v1
with:
command: clippy
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: arduino/setup-protoc@v2
- uses: actions-rs/cargo@v1
with:
command: check
Expand All @@ -44,6 +45,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: arduino/setup-protoc@v2
- uses: actions-rs/cargo@v1
with:
command: test
Expand All @@ -61,6 +63,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- uses: arduino/setup-protoc@v2
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 1f52a96

Please sign in to comment.