fix: ci pipeline

This commit is contained in:
galister
2024-04-10 08:44:08 +09:00
parent 93fe2bfca2
commit fc158ed6eb
5 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: Build Full
name: Check Full
on:
push:

View File

@@ -1,4 +1,4 @@
name: Build Wayland+OpenVR
name: Check Wayland+OpenVR
on:
push:

View File

@@ -1,4 +1,4 @@
name: Build Wayland+OpenXR
name: Check Wayland+OpenXR
on:
push:

View File

@@ -1,4 +1,4 @@
name: Build X11+OpenVR
name: Check X11+OpenVR
on:
push:
@@ -27,4 +27,4 @@ jobs:
- name: Build
run: cargo build --verbose --no-default-features --features=x11,openvr
- name: Run tests
run: cargo test --verbos --no-default-features --features=x11,openvre
run: cargo test --verbose --no-default-features --features=x11,openvre

View File

@@ -1,4 +1,4 @@
name: Build X11+OpenXR
name: Check X11+OpenXR
on:
push: