Skip to content

Commit

Permalink
CI: remove run_testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Sep 2, 2024
1 parent 90d7ac0 commit 17dadae
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,28 +99,6 @@ jobs:
!target/thumbv7em-none-eabi/debug/deps/examples/**/*
!target/thumbv7em-none-eabi/debug/deps/incremental/**/*
run_testsuite:
name: Run Testsuite
runs-on: self-hosted
needs:
- build_testsuite
steps:
- uses: actions/checkout@v4
- name: Display probe-run version
run: probe-rs --version
- name: List probes
run: probe-rs list
- uses: actions/download-artifact@v4
with:
name: test-bins
path: bins
- name: Run on-target tests
timeout-minutes: 5
run: |
python3 testsuite/runall.py --elf-dir bins \
0483:374e:002900205553500A20393256 \
0483:374e:0034001A5553500B20393256
test:
name: Unit Tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -155,8 +133,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
# not using clippy-check due to this issue:
# https://github.com/actions-rs/clippy-check/issues/2
- run: cargo clippy --features stm32wl5x_cm4 -- --deny warnings

format:
Expand Down

0 comments on commit 17dadae

Please sign in to comment.