Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Update rust.yml
  • Loading branch information
andtsa authored Jul 12, 2024
1 parent 9bf7123 commit 026a3df
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,24 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
app:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: rustup target add thumbv7em-none-eabihf && cd app && cargo build --verbose
run: rustup target add thumbv7em-none-eabihf && cd app && cargo build
# - name: Run tests
# run: cargo test --verbose

station:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cd gs/station && cargo build --features full
- name: Run tests
run: cd gs/station cargo test --features full

0 comments on commit 026a3df

Please sign in to comment.