diff --git a/.github/workflows/aptos_test.yaml b/.github/workflows/aptos_test.yaml index c3f0ad2..146b3df 100644 --- a/.github/workflows/aptos_test.yaml +++ b/.github/workflows/aptos_test.yaml @@ -19,4 +19,4 @@ jobs: with: version: 4.0.0 - name: test_contract - run: (cd libs && aptos move test --coverage --dev --skip-fetch-latest-git-deps --skip-attribute-checks) & (cd verifier && aptos move test --coverage --dev --skip-fetch-latest-git-deps --skip-attribute-checks) \ No newline at end of file + run: (cd libs && aptos move test --coverage --dev --skip-fetch-latest-git-deps --skip-attribute-checks) & (cd verifier && aptos move test --coverage --dev --skip-fetch-latest-git-deps --skip-attribute-checks) & (cd cpu && aptos move test --coverage --dev --skip-fetch-latest-git-deps --skip-attribute-checks) \ No newline at end of file