diff --git a/.github/workflows/build-x11-openvr.yml b/.github/workflows/build-x11-openvr.yml index 7d39d68..4e068a5 100644 --- a/.github/workflows/build-x11-openvr.yml +++ b/.github/workflows/build-x11-openvr.yml @@ -27,4 +27,4 @@ jobs: - name: Build run: cargo build --verbose --no-default-features --features=x11,openvr - name: Run tests - run: cargo test --verbose --no-default-features --features=x11,openvre + run: cargo test --verbose --no-default-features --features=x11,openvr