Skip to content

Merge pull request #36 from ECDAR-AAU-SW-P5/29-Implement-refresh-toke… #7

Merge pull request #36 from ECDAR-AAU-SW-P5/29-Implement-refresh-toke…

Merge pull request #36 from ECDAR-AAU-SW-P5/29-Implement-refresh-toke… #7

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install Protoc
uses: arduino/setup-protoc@v2
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Build
run: cargo build --verbose