Commit 991eb17 1 parent 0208530 commit 991eb17 Copy full SHA for 991eb17
File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 42
42
with :
43
43
targets : ${{ matrix.platform.target }}
44
44
- name : Build
45
+ working-directory : surfman
45
46
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 }}"
57
48
build_result :
58
49
name : Result
59
50
runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments