From fcfaf076469398c6a6b4fb1b517b526938276957 Mon Sep 17 00:00:00 2001 From: iamwacko Date: Sun, 11 Sep 2022 12:35:03 -0700 Subject: [PATCH] added telemetry to ci --- .github/workflows/synth-test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/synth-test.yml b/.github/workflows/synth-test.yml index 73b37ec5..868a5d3b 100644 --- a/.github/workflows/synth-test.yml +++ b/.github/workflows/synth-test.yml @@ -31,6 +31,14 @@ jobs: toolchain: nightly-2022-08-01 components: clippy - run: cargo clippy --tests --all-targets -- -D warnings + telemetry_test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions-rs/toolchain@v1 + with: + toolchain: nightly-2022-08-01 + - run: cargo install --locked --debug --path=synth --features = telemetry fmt_test: runs-on: ubuntu-latest steps: