File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 2525 sudo apt-get update
2626 sudo apt-get install qemu-system-arm qemu-efi-aarch64 -y
2727
28- - name : Build
29- run : cargo xtask build --target aarch64
30-
3128 - name : Run VM tests
3229 run : cargo xtask run --target aarch64 --headless --ci
33- timeout-minutes : 2
30+ timeout-minutes : 4
3431
3532 test_x86_64 :
3633 name : Build and run tests on x86_64
4441 sudo apt-get update
4542 sudo apt-get install qemu-system-x86 ovmf swtpm -y
4643
47- - name : Build (without unstable)
48- run : cargo xtask build --target x86_64
49-
5044 - name : Run VM tests
5145 run : cargo xtask run --target x86_64 --headless --ci --tpm=v1
52- timeout-minutes : 2
46+ timeout-minutes : 4
5347
5448 test_ia32 :
5549 name : Build and run tests on IA32
6357 sudo apt-get update
6458 sudo apt-get install qemu-system-x86 ovmf-ia32 swtpm -y
6559
66- - name : Build
67- run : cargo xtask build --target ia32
68-
6960 - name : Run VM tests
7061 run : cargo xtask run --target ia32 --headless --ci --tpm=v2
71- timeout-minutes : 2
62+ timeout-minutes : 4
7263
7364 test :
7465 name : Run tests and documentation tests
@@ -147,12 +138,9 @@ jobs:
147138 - name : Checkout sources
148139 uses : actions/checkout@v3
149140
150- - name : Build
151- run : cargo xtask build
152-
153141 - name : Run VM tests
154142 run : cargo xtask run --target x86_64 --ci
155- timeout-minutes : 2
143+ timeout-minutes : 4
156144
157145 # Run the build with our current nightly MSRV (specified in
158146 # ./msrv_toolchain.toml). This serves to check that we don't
You can’t perform that action at this time.
0 commit comments