From e91614f6915252351cc666371e16964d290566d2 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 3 Apr 2023 18:53:34 +0200 Subject: Add build step for examples. I completely forgot to add this step to the build process. --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/rust.yml') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 57c5d46..fd3e4dc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/checkout@v3 - name: Build run: cargo build --verbose + - name: Build Examples + run: cargo build --verbose --examples test: runs-on: ubuntu-latest steps: -- cgit v1.2.3