Skip to content

Commit

Permalink
Add 633 and rt685 ram examples to check workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrysxie committed Mar 6, 2025
1 parent fcc53d1 commit fe30d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
commit: ${{ fromJSON(needs.commit_list.outputs.commits) }}
workdir: [ ".", "examples/rt685s-evk"]
workdir: [ ".", "examples/rt685s-evk", "examples/rt633", "examples/rt685s-evk-ram" ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
# Get early warning of new lints which are regularly introduced in beta channels.
toolchain: [stable, beta]
commit: ${{ fromJSON(needs.commit_list.outputs.commits) }}
workdir: [ ".", "examples/rt685s-evk"]
workdir: [ ".", "examples/rt685s-evk", "examples/rt633", "examples/rt685s-evk-ram" ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fe30d35

Please sign in to comment.