Skip to content

Commit

Permalink
ci: test bare-test based simple_test
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 11, 2025
1 parent 864b7c7 commit b5eca91
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy -- -D warnings
- name: Build
run: cargo build --target ${{ matrix.targets }} ${{ matrix.features }}
# - name: Build
# run: cargo build
# crates/sparreal-macros
# crates/page-table-arm
# /sparreal-kernel

# - name: Unit test
# if: ${{ matrix.targets == 'x86_64-unknown-linux-gnu' }}
# run: cargo test --target ${{ matrix.targets }} ${{ matrix.features }} -- --nocapture
- name: Install ostool
run: cargo install ostool
- name: Test bare-test
dir: app/simple_test
run: cargo test --test --test1

0 comments on commit b5eca91

Please sign in to comment.