Skip to content

Commit

Permalink
CI: Use latst riot-sys for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Aug 25, 2024
1 parent de38df1 commit 087d69a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,13 @@ jobs:
board: [native, sltb001a, samr21-xpro, stk3700]
testdir: ${{ fromJSON(needs.enumerate-wrappers-tests.outputs.list) }}
steps:
# common steps start here
- name: Patch local .cargo/config.toml to use current checkout
run: |
mkdir .cargo
echo '[patch.crates-io]' >> .cargo/config.toml
echo 'riot-wrappers = { path = ".", version = "*" }' >> .cargo/config.toml
echo 'riot-sys = { git = "https://github.com/RIOT-OS/rust-riot-sys" }' >> .cargo/config.toml
# common steps start here (kept in sync even though we wouldn't need to patch RIOT's .cargo/config.toml)
- name: Check out riot-wrappers
uses: actions/checkout@v3
- name: Check out RIOT
Expand Down

0 comments on commit 087d69a

Please sign in to comment.