Skip to content

Commit 014c5c8

Browse files
authored
Merge pull request #153 from firstbatchxyz/erhant/workflows-worker
feat: Workflows parallelization
2 parents 586096e + 113aa65 commit 014c5c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1430
-1012
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232

3333
- name: Run tests
3434
run: cargo test --workspace
35+
36+
- name: Run linter
37+
run: cargo clippy --workspace

0 commit comments

Comments
 (0)