Skip to content

Ability to compile Go-based tools using an RTA-installed Go toolchain #1091

Ability to compile Go-based tools using an RTA-installed Go toolchain

Ability to compile Go-based tools using an RTA-installed Go toolchain #1091

Workflow file for this run

name: Linux CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: make setup
- run: make test
- run: make fix
- run: git diff HEAD --exit-code --color