summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d5bb822..ecbb064 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -17,6 +17,9 @@ jobs:
rustup default stable
rustc -vV
+ - name: Build the validation tool
+ run: cargo build
+
- name: Validate the repository contents
run: cargo run -- check --strict
env: