Skip to content

Commit

Permalink
Update to stop CI breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Sep 19, 2024
1 parent 8a36419 commit c52e441
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
working-directory: lib
- run: cargo test --verbose
working-directory: lib
- run: cargo build --verbose
working-directory: boards
- run: cargo test --verbose
working-directory: boards

0 comments on commit c52e441

Please sign in to comment.