Skip to content

Commit

Permalink
dev: bump to 32 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Bajpai authored and Harsh Bajpai committed Oct 10, 2023
1 parent 0b80ef4 commit 2b4af80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ef-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions: read-all

jobs:
ef-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-32-cores
steps:
# Install packages
- name: install packages
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test: build-sol deploy
poetry run pytest tests/integration tests/src -m "not EFTests" --log-cli-level=INFO -n logical
poetry run pytest tests/end_to_end

test-no-log: build-sol deploy
test-no-log: build-sol deploy
poetry run pytest tests/integration tests/src -m "not EFTests" -n logical
poetry run pytest tests/end_to_end

Expand Down

0 comments on commit 2b4af80

Please sign in to comment.