mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 13:56:48 +00:00
Run ci with optimizations and specify ci pr types
This commit is contained in:
parent
c321e411f6
commit
2e7fd91264
7
.github/workflows/syscall_test.yml
vendored
7
.github/workflows/syscall_test.yml
vendored
@ -2,6 +2,11 @@ name: Syscall test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@ -18,4 +23,4 @@ jobs:
|
||||
|
||||
- name: Syscall Test
|
||||
id: syscall_test
|
||||
run: make run AUTO_SYSCALL_TEST=1 ENABLE_KVM=0
|
||||
run: RUSTFLAGS="-C opt-level=1" make run AUTO_SYSCALL_TEST=1 ENABLE_KVM=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user