Skip to content

Add GCE_METADATA_HOST environment variable #13

Add GCE_METADATA_HOST environment variable

Add GCE_METADATA_HOST environment variable #13

Workflow file for this run

name: ci
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo fmt -- --check
- run: cargo clippy -- --deny warnings
- run: cargo test