Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Aug 10, 2024
1 parent 3f9da7f commit c677ec7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Test VM

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:
- uses: actions/checkout@v2
Expand All @@ -17,14 +17,13 @@ jobs:
- name: build
run:
|
sudo apt install llvm-15-dev
cmake -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build --target all -j
- name: run testsuit x86
shell: bash
run: |
python3.8 -m venv vm/test
source vm/test/bin/activate
source test/bin/activate
pip install -r vm/test/requirements.txt
# make build # or build-arm32 build-arm64
make -C vm test-vm -j
pytest -v -s test/test_framework

0 comments on commit c677ec7

Please sign in to comment.