File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,28 @@ jobs:
30
30
components : clippy
31
31
- run : cargo clippy -- -D warnings
32
32
33
+ android-test :
34
+ name : Test (Android)
35
+ runs-on : ubuntu-latest
36
+ steps :
37
+ - name : Checkout Code
38
+ uses : actions/checkout@v4
39
+
40
+ - name : Install cargo-apk
41
+ run : cargo install cargo-apk
42
+
43
+ - name : Rust cache
44
+ uses : Swatinem/rust-cache@v2
45
+
46
+ - name : Run Tests
47
+ run : cargo apk test
48
+
33
49
linux-test :
34
50
name : Test (Linux)
35
51
uses : ./.github/workflows/build-and-test.yml
36
52
with :
37
53
os : ubuntu-latest
38
- additional-setup : |
39
- sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
54
+ additional-setup : | sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
40
55
41
56
macos-test :
42
57
name : Test (macOS)
You can’t perform that action at this time.
0 commit comments