Skip to content

Commit

Permalink
feat: test build for self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vvp committed Apr 8, 2024
1 parent dfe40c2 commit 28726d3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,8 @@ jobs:
cache_key: snarkos-fmt-cache

check-clippy:
docker:
- image: cimg/rust:1.74.1
resource_class: large
machine: true
resource_class: exbuhny4gnr1bjbjxfghd7/gcp-test
steps:
- checkout
- setup_environment:
Expand All @@ -338,11 +337,18 @@ jobs:
- clear_environment:
cache_key: snarkos-clippy-cache

test-runner:
machine: true
resource_class: exbuhny4gnr1bjbjxfghd7/gcp-test
steps:
- run: echo "Hi I'm on a Container Runner!"

workflows:
version: 2

main-workflow:
jobs:
- test-runner
- cli
- account
- node-bft-events
Expand Down

0 comments on commit 28726d3

Please sign in to comment.