Skip to content
Snippets Groups Projects
Commit b18d3097 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix cargo workflow

parent ac800aa5
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ jobs: ...@@ -25,6 +25,7 @@ jobs:
cargo_format_src: cargo_format_src:
name: Cargo format src/ name: Cargo format src/
runs-on: ubuntu-latest
needs: initial_setup needs: initial_setup
steps: steps:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
...@@ -33,6 +34,7 @@ jobs: ...@@ -33,6 +34,7 @@ jobs:
args: --all -- --check args: --all -- --check
cargo_format_cbor: cargo_format_cbor:
name: Cargo format libraries/cbor name: Cargo format libraries/cbor
runs-on: ubuntu-latest
needs: initial_setup needs: initial_setup
steps: steps:
- run: cd libraries/crypto - run: cd libraries/crypto
...@@ -42,6 +44,7 @@ jobs: ...@@ -42,6 +44,7 @@ jobs:
args: --all -- --check args: --all -- --check
cargo_format_crypto: cargo_format_crypto:
name: Cargo format libraries/crypto name: Cargo format libraries/crypto
runs-on: ubuntu-latest
needs: initial_setup needs: initial_setup
steps: steps:
- run: cd libraries/crypto - run: cd libraries/crypto
...@@ -51,6 +54,7 @@ jobs: ...@@ -51,6 +54,7 @@ jobs:
args: --all -- --check args: --all -- --check
cargo_check: cargo_check:
name: Cargo Check name: Cargo Check
runs-on: ubuntu-latest
needs: initial_setup needs: initial_setup
steps: steps:
- name: Check OpenSK w/o features - name: Check OpenSK w/o features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment