Browse Source

Ensure CI always runs ignored tests

debug-collab-settlement
Mariusz Klochowicz 3 years ago
parent
commit
e8d06f3baf
No known key found for this signature in database GPG Key ID: 470C865699C8D4D
  1. 2
      .github/workflows/ci.yml

2
.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: |

Loading…
Cancel
Save