diff options
author | 2019-09-01 05:28:19 +0200 | |
---|---|---|
committer | 2019-09-01 05:28:19 +0200 | |
commit | c0083437eb888c2822f74e8d462f03656088113a (patch) | |
tree | 392bd69f37905f3cdd1fdfc0a9b588d8bf049ba9 /.github | |
parent | 6fbba6f4eec1f2e7150f02e4c171f8ee60a46236 (diff) | |
download | iced-c0083437eb888c2822f74e8d462f03656088113a.tar.gz iced-c0083437eb888c2822f74e8d462f03656088113a.tar.bz2 iced-c0083437eb888c2822f74e8d462f03656088113a.zip |
Add conversion functions for `winit` feature
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a1e98f9d..f574e930 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -18,4 +18,4 @@ jobs: sudo apt-get install -y libasound2-dev libudev-dev - uses: actions/checkout@master - name: Run tests - run: cargo test --verbose + run: cargo test --verbose --all-features |