Skip to content

Commit

Permalink
avm: fix current_version test flakiness (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-schaaf authored Apr 11, 2022
1 parent f0c09f2 commit 7aa38d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: cargo fmt -- --check
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test
- run: cd avm && cargo fmt -- --check && cargo clippy --all-targets -- -D warnings && cargo test
- run: cd avm && cargo fmt -- --check && cargo clippy --all-targets -- -D warnings && cargo test -- --test-threads=1
- run: cd ts && yarn --frozen-lockfile
- run: cd ts && yarn test
- run: cd ts && yarn lint
Expand Down

0 comments on commit 7aa38d9

Please sign in to comment.