Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit f59b0f3

Browse files
committed
ci: remove duplicated tests
1 parent 60333d6 commit f59b0f3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
- name: Copy OVMF_*
4444
run: cp /usr/share/OVMF/OVMF_* .
4545

46-
- name: Test on debug mode
46+
- name: Test
4747
timeout-minutes: 5
4848
run: make test
49-
50-
- name: Test on release mode
51-
timeout-minutes: 5
52-
run: make release_test

0 commit comments

Comments
 (0)