Skip to content

Commit

Permalink
Don't run cargo test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Jul 12, 2020
1 parent 999ea27 commit e0449d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
command: build
args: --examples --target=thumbv8m.main-none-eabihf

- uses: actions-rs/cargo@v1
with:
command: test

- uses: actions-rs/cargo@v1
with:
command: fmt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ cargo build --target=thumbv8m.main-none-eabihf --example blinky
```

To use in your own application, add as a dependency and call the
`Board::init()` function.
`Board::take()` function.

## Minimum Supported Rust Version

Expand Down

0 comments on commit e0449d5

Please sign in to comment.