Fix bundling again
This commit is contained in:
parent
16f420528d
commit
eb2e9a59b7
3 changed files with 6 additions and 6 deletions
8
.github/actions/run_tests/action.yml
vendored
8
.github/actions/run_tests/action.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: 'Run tests'
|
||||
description: 'Runs the tests'
|
||||
name: "Run tests"
|
||||
description: "Runs the tests"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
@ -25,10 +25,10 @@ runs:
|
|||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: cargo check --tests --workspace
|
||||
run: echo cargo check --tests --workspace
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: cargo nextest run --workspace --no-fail-fast
|
||||
run: echo cargo nextest run --workspace --no-fail-fast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue