Skip to content

Commit

Permalink
Merge pull request #153 from firstbatchxyz/erhant/workflows-worker
Browse files Browse the repository at this point in the history
feat: Workflows parallelization
  • Loading branch information
erhant authored Dec 2, 2024
2 parents 586096e + 113aa65 commit 014c5c8
Show file tree
Hide file tree
Showing 50 changed files with 1,430 additions and 1,012 deletions.
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:

- name: Run tests
run: cargo test --workspace

- name: Run linter
run: cargo clippy --workspace
Loading

0 comments on commit 014c5c8

Please sign in to comment.