Skip to content

Commit

Permalink
update circleci resource class (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: wxy407827 <[email protected]>
  • Loading branch information
wxyucs authored Aug 29, 2024
1 parent ba53f1d commit fba46db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ jobs:
check-code-format:
docker:
- image: vsaglib/vsag:ubuntu
resource_class: small
steps:
- checkout
- run: make fmt
run-tests:
docker:
- image: vsaglib/vsag:ubuntu
resource_class: medium
steps:
- checkout
- run: make test
Expand Down

0 comments on commit fba46db

Please sign in to comment.