Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
b18d3097
Commit
b18d3097
authored
5 years ago
by
Jean-Michel Picod
Browse files
Options
Downloads
Patches
Plain Diff
Fix cargo workflow
parent
ac800aa5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/rust.yml
+4
-0
4 additions, 0 deletions
.github/workflows/rust.yml
with
4 additions
and
0 deletions
.github/workflows/rust.yml
+
4
−
0
View file @
b18d3097
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment