Skip to content

Commit

Permalink
CI: Add flip-link installation back
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Jun 15, 2021
1 parent 1463c39 commit cc6223e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI

on:
push:
branches: [ main, staging, trying ]
branches: [main, staging, trying]
pull_request:
branches: [ main ]
branches: [main]
schedule:
# runs 1 min after 2 or 1 AM (summer/winter) berlin time
- cron: '1 0 * * *'
- cron: "1 0 * * *"
env:
CARGO_TERM_COLOR: always
CORE_TARGET: thumbv7m-none-eabi # needed by `core`
Expand All @@ -33,9 +33,11 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
target: ${{ env.CORE_TARGET }}
- name: Build
run: RUSTFLAGS='--deny warnings' cargo build
- run: RUSTFLAGS='--deny warnings' cargo build
shell: bash

- name: Install flip-link
run: cargo install --debug --locked --path .
- run: cargo test

static-checks:
Expand Down

0 comments on commit cc6223e

Please sign in to comment.