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
GitLab 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
73de02d1
Commit
73de02d1
authored
Mar 2, 2020
by
Jean-Michel Picod
Browse files
Options
Downloads
Patches
Plain Diff
Try using strategy.matrix to run cargo check
parent
421f8194
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/opensk_test.yml
+7
-14
7 additions, 14 deletions
.github/workflows/opensk_test.yml
with
7 additions
and
14 deletions
.github/workflows/opensk_test.yml
+
7
−
14
View file @
73de02d1
...
...
@@ -9,7 +9,12 @@ on:
jobs
:
ctap2_test
:
name
:
CTAP2 unit tests
runs-on
:
ubuntu-18.04
strategy
:
matrix
:
cargo_features
:
[
std std
,
with_ctap1
]
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions-rs/toolchain@v1
...
...
@@ -27,22 +32,10 @@ jobs:
uses
:
actions-rs/cargo@v1
with
:
command
:
test
args
:
--release --features
std
args
:
--release --features
${{ cargo_features }}
-
name
:
Unit testing of CTAP2 (debug mode)
uses
:
actions-rs/cargo@v1
with
:
command
:
test
args
:
--features std
-
name
:
Unit testing of CTAP2 (release mode + CTAP1)
uses
:
actions-rs/cargo@v1
with
:
command
:
test
args
:
--features std,with_ctap1
-
name
:
Unit testing of CTAP2 (debug mode + CTAP1)
uses
:
actions-rs/cargo@v1
with
:
command
:
test
args
:
--features std,with_ctap1
args
:
--features ${{ cargo_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