Skip to content

Commit fa38102

Browse files
ci: Fix avm tests (#3549)
1 parent 16e166c commit fa38102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- run: cargo build
5353
- run: cargo fmt -- --check
5454
- run: cargo clippy --all-targets -- -D warnings
55-
- run: cargo test
55+
- run: cargo test --workspace --exclude avm
5656
# using singlethreaded testing for avm so that tests that change files do not conflict with each other
57-
- run: cd avm && cargo fmt -- --check && cargo clippy --all-targets -- -D warnings && cargo test -- --test-threads=1
57+
- run: cargo test --package avm -- --test-threads=1
5858
# Init local borsh package
5959
- run: cd ts/packages/borsh && yarn --frozen-lockfile && yarn build
6060
- run: cd ts/packages/anchor-errors && yarn --frozen-lockfile && yarn build

0 commit comments

Comments
 (0)