Browse Source
Ensure CI always runs ignored tests
debug-collab-settlement
Mariusz Klochowicz
3 years ago
No known key found for this signature in database
GPG Key ID: 470C865699C8D4D
1 changed files with
2 additions and
0 deletions
-
.github/workflows/ci.yml
|
|
@ -99,6 +99,8 @@ jobs: |
|
|
|
- uses: Swatinem/rust-cache@v1.3.0 |
|
|
|
- run: cargo build --bins --tests |
|
|
|
- run: cargo test --workspace |
|
|
|
# Ignored tests should be run on the CI |
|
|
|
- run: cargo test --workspace -- --ignored |
|
|
|
- name: Smoke test ${{ matrix.os }} binary |
|
|
|
shell: bash |
|
|
|
run: | |
|
|
|