Skip to content

Commit

Permalink
split gencode job (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg authored May 31, 2023
1 parent 8f216f3 commit 23d1613
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ jobs:
command: fmt
args: --all -- --check

gencode:
name: Check if automatically generated code is up to date
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
with:
persist-credentials: false

- uses: actions-rs/[email protected]
with:
toolchain: stable
components: rustfmt
override: true

- uses: Swatinem/rust-cache@v2

- uses: actions-rs/[email protected]
with:
command: run
Expand Down

0 comments on commit 23d1613

Please sign in to comment.