We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165052c commit e8d5033Copy full SHA for e8d5033
1 file changed
.github/workflows/tests.yml
@@ -14,12 +14,7 @@ jobs:
14
RUST_BACKTRACE: 1
15
steps:
16
- 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
+ uses: actions/checkout@v4
23
- name: Run integration test
24
run: cd integration-tests && cargo run --example integration-tests
25
- name: Market tests
0 commit comments