diff options
author | 2019-11-03 05:06:53 +0100 | |
---|---|---|
committer | 2019-11-03 05:06:53 +0100 | |
commit | 494b0681f831c76b28e0bcd02cd1b83378416e01 (patch) | |
tree | 3e0a53f8e9ea0eb8ad9eb1d561d21b2135519552 /.github | |
parent | 1a2e512686caa5b644644155185cc5efe2087bee (diff) | |
download | iced-494b0681f831c76b28e0bcd02cd1b83378416e01.tar.gz iced-494b0681f831c76b28e0bcd02cd1b83378416e01.tar.bz2 iced-494b0681f831c76b28e0bcd02cd1b83378416e01.zip |
Enable debug view explicitly and test it in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5e73f3cb..16d60ea7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,4 +19,6 @@ jobs: sudo apt-get install -y libasound2-dev libudev-dev - uses: actions/checkout@master - name: Run tests - run: cargo test --verbose --all --all-features + run: | + cargo test --verbose --all + cargo test --verbose --all --all-features |