From 4a529f9d52380f38f829dd0125e448ad33681e56 Mon Sep 17 00:00:00 2001 From: David Montemayor Date: Wed, 23 Oct 2024 08:20:45 -0700 Subject: [PATCH] ci: run example in ci --- .github/workflows/lint-and-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 85014b80a..0a50c2387 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -124,6 +124,8 @@ jobs: run: cargo run --example books - name: Run brands example run: cargo run --example brands + - name: Run census example + run: cargo run --example census - name: Run plastics example run: cargo run --example plastics - name: Run posql_db example (With Blitzar) @@ -240,4 +242,4 @@ jobs: - name: Install solhint run: npm install -g solhint - name: Run tests - run: solhint -c 'crates/proof-of-sql/.solhint.json' 'crates/proof-of-sql/**/*.sol' -w 0 \ No newline at end of file + run: solhint -c 'crates/proof-of-sql/.solhint.json' 'crates/proof-of-sql/**/*.sol' -w 0