Skip to content

Commit

Permalink
fix: ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Apr 9, 2024
1 parent 93fe2bf commit fc158ed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-full.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Full
name: Check Full

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wayland-openvr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Wayland+OpenVR
name: Check Wayland+OpenVR

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wayland-openxr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Wayland+OpenXR
name: Check Wayland+OpenXR

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-x11-openvr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build X11+OpenVR
name: Check X11+OpenVR

on:
push:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build-x11-openxr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build X11+OpenXR
name: Check X11+OpenXR

on:
push:
Expand Down

0 comments on commit fc158ed

Please sign in to comment.