diff options
author | 2019-11-05 21:46:37 +0100 | |
---|---|---|
committer | 2019-11-05 21:46:37 +0100 | |
commit | ae6156f779c24beaabf43ea6110d3ce38e34a998 (patch) | |
tree | 9545408530437eb780ac73c600f7d40968803786 /.github/workflows/integration.yml | |
parent | da2717c74dbe3e1123ff41de345a409c1afc2f18 (diff) | |
parent | 0157121038987feb6c2ea3066a21ce25e689888e (diff) | |
download | iced-ae6156f779c24beaabf43ea6110d3ce38e34a998.tar.gz iced-ae6156f779c24beaabf43ea6110d3ce38e34a998.tar.bz2 iced-ae6156f779c24beaabf43ea6110d3ce38e34a998.zip |
Merge pull request #38 from hecrj/feature/performance-metrics
Debug view
Diffstat (limited to '.github/workflows/integration.yml')
-rw-r--r-- | .github/workflows/integration.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 54ca2e33..16d60ea7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,10 +7,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] rust: [stable, beta] - include: - - os: ubuntu-latest - rust: stable - targets: 'wasm32-unknown-unknown' steps: - uses: hecrj/setup-rust-action@v1 with: @@ -23,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 |