We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
avm
1 parent 16e166c commit fa38102Copy full SHA for fa38102
.github/workflows/reusable-tests.yaml
@@ -52,9 +52,9 @@ jobs:
52
- run: cargo build
53
- run: cargo fmt -- --check
54
- run: cargo clippy --all-targets -- -D warnings
55
- - run: cargo test
+ - run: cargo test --workspace --exclude avm
56
# 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
+ - run: cargo test --package avm -- --test-threads=1
58
# Init local borsh package
59
- run: cd ts/packages/borsh && yarn --frozen-lockfile && yarn build
60
- run: cd ts/packages/anchor-errors && yarn --frozen-lockfile && yarn build
0 commit comments