Skip to content

Commit 991eb17

Browse files
committed
surfman
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
1 parent 0208530 commit 991eb17

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/main.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,9 @@ jobs:
4242
with:
4343
targets: ${{ matrix.platform.target }}
4444
- name: Build
45+
working-directory: surfman
4546
run: |
46-
rustup target add ${{ matrix.platform.target }}
47-
cargo build --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
48-
- name: Test
49-
if: ${{ matrix.platform.test && startsWith(matrix.platform.os, 'ubuntu') }}
50-
run: |
51-
weston --no-config --socket=wl-test-env --backend=headless &
52-
WAYLAND_DISPLAY=wl-test-env xvfb-run cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
53-
- name: Test
54-
if: ${{ matrix.platform.test && !startsWith(matrix.platform.os, 'ubuntu') }}
55-
run: |
56-
cargo test --features "${{ matrix.features }}" --target ${{ matrix.platform.target }}
47+
cargo test --features "${{ matrix.features }}"
5748
build_result:
5849
name: Result
5950
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)