From c0083437eb888c2822f74e8d462f03656088113a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 1 Sep 2019 05:28:19 +0200 Subject: Add conversion functions for `winit` feature --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit