Skip to content

Commit

Permalink
ci: update runner for rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla committed Oct 2, 2024
1 parent e387c6f commit 04ca5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cargo build --all
test:
runs-on: ubuntu-latest
runs-on: aligned-runner
needs: build
steps:
- name: Checkout code
Expand Down

0 comments on commit 04ca5cf

Please sign in to comment.