From 221da86e2041d066c59d5fc3d1519151131e0588 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 23 Feb 2021 08:25:24 -0700 Subject: [PATCH] ci: Add job to build the tool --- .github/workflows/ci.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54468d7..e9b6a8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,18 @@ jobs: - name: Check SPDX identifiers run: ./scripts/spdx.sh - build: + tool: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + + - name: Install dependencies + run: ./scripts/deps.sh + + - name: Build tool + run: cargo build --release --manifest-path tool/Cargo.toml + + ec: runs-on: ubuntu-20.04 strategy: matrix: