Skip to content

Commit

Permalink
chore: Cleanup code and add CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Oct 8, 2024
1 parent 1b3231f commit 971a2e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fmt:
name: Rustfmt
runs-on:
group: cpu-low
group: aws-general-8-plus-priv
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -26,7 +26,7 @@ jobs:
clippy:
name: Clippy
runs-on:
group: cpu-high
group: aws-general-8-plus-priv
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
test:
name: Test
runs-on:
group: cpu-high
group: aws-general-8-plus-priv
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 971a2e1

Please sign in to comment.