Skip to content

Commit e8d5033

Browse files
committed
try to fix github action tests
1 parent 165052c commit e8d5033

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ jobs:
1414
RUST_BACKTRACE: 1
1515
steps:
1616
- name: Checkout branch
17-
uses: actions/checkout@v2
18-
- name: Install Rust
19-
uses: actions-rs/toolchain@v1
20-
with:
21-
toolchain: 1.81.0
22-
target: wasm32-unknown-unknown
17+
uses: actions/checkout@v4
2318
- name: Run integration test
2419
run: cd integration-tests && cargo run --example integration-tests
2520
- name: Market tests

0 commit comments

Comments
 (0)