From 1ac0ce777dc5437a6fde5948de183994d825dc04 Mon Sep 17 00:00:00 2001 From: Augustinas Bacvinka Date: Thu, 5 Jan 2023 18:26:54 +0200 Subject: [PATCH] CI content_topic test --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7626241..fbf9590 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: - uses: actions-rs/cargo@v1 continue-on-error: false with: - command: test + command: test content_topic lints: @@ -109,4 +109,4 @@ jobs: continue-on-error: false with: command: clippy - args: -- --deny warnings \ No newline at end of file + args: -- --deny warnings