Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
jsonrpsee
Commits
db00dd84
Unverified
Commit
db00dd84
authored
Jun 22, 2022
by
Alexandru Vasile
Committed by
GitHub
Jun 22, 2022
Browse files
Replace cargo-nextest with cargo-test for running tests (#802)
Signed-off-by:
Alexandru Vasile
<
alexandru.vasile@parity.io
>
parent
9ee2bf45
Pipeline
#199816
passed with stages
in 5 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
db00dd84
...
...
@@ -105,17 +105,14 @@ jobs:
toolchain
:
stable
override
:
true
-
name
:
Install cargo-nextest
uses
:
baptiste0928/cargo-install@v1
with
:
crate
:
cargo-nextest
version
:
0.9
-
name
:
Rust Cache
uses
:
Swatinem/rust-cache@v1.4.0
-
name
:
Cargo nextest
run
:
cargo nextest run --workspace
-
name
:
Cargo test
uses
:
actions-rs/cargo@v1.0.3
with
:
command
:
test
args
:
--workspace
tests_macos
:
name
:
Run tests macos
...
...
@@ -131,17 +128,14 @@ jobs:
toolchain
:
stable
override
:
true
-
name
:
Install cargo-nextest
uses
:
baptiste0928/cargo-install@v1
with
:
crate
:
cargo-nextest
version
:
0.9
-
name
:
Rust Cache
uses
:
Swatinem/rust-cache@v1.4.0
-
name
:
Cargo nextest
run
:
cargo nextest run --workspace
-
name
:
Cargo test
uses
:
actions-rs/cargo@v1.0.3
with
:
command
:
test
args
:
--workspace
tests_windows
:
name
:
Run tests Windows
...
...
@@ -157,17 +151,14 @@ jobs:
toolchain
:
stable
override
:
true
-
name
:
Install cargo-nextest
uses
:
baptiste0928/cargo-install@v1
with
:
crate
:
cargo-nextest
version
:
0.9
-
name
:
Rust Cache
uses
:
Swatinem/rust-cache@v1.4.0
-
name
:
Cargo nextest
run
:
cargo nextest run --workspace
-
name
:
Cargo test
uses
:
actions-rs/cargo@v1.0.3
with
:
command
:
test
args
:
--workspace
wasm_tests
:
name
:
Test wasm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment