diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 4abc467..c11f6e7 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -56,7 +56,7 @@ jobs: - name: Lint run: | cargo fmt --all -- --check - cargo clippy || true + cargo clippy # uncomment this once there tests to run # - name: Run tests @@ -95,7 +95,7 @@ jobs: - name: Lint run: | cargo fmt --all -- --check - cargo clippy || true + cargo clippy # uncomment this once there tests to run # - name: Run tests @@ -103,4 +103,4 @@ jobs: - name: release if: success() - run: cargo build --release --target=${{ matrix.target }} \ No newline at end of file + run: cargo build --release --target=${{ matrix.target }}