Skip to content

Commit

Permalink
Make test job use custom runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Oct 8, 2024
1 parent f6fe98c commit a9e2cbb
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 @@ -48,7 +48,7 @@ jobs:
cargo build --all
test:
runs-on: ubuntu-latest
runs-on: ubuntu-custom
needs: build
steps:
- name: Checkout code
Expand Down

0 comments on commit a9e2cbb

Please sign in to comment.