Skip to content

Merge pull request #249 from odradev/feature/last-call-result #573

Merge pull request #249 from odradev/feature/last-call-result

Merge pull request #249 from odradev/feature/last-call-result #573

Workflow file for this run

name: odra-ci
on:
push:
branches:
- 'release/**'
paths-ignore:
- '**.md'
pull_request:
branches:
- 'release/**'
- 'feature/**'
paths-ignore:
- '**.md'
jobs:
test:
name: Test
runs-on: buildjet-8vcpu-ubuntu-2204
steps:
- uses: extractions/setup-just@v1
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
target: wasm32-unknown-unknown
components: rustfmt, clippy
# - run: just check-lint
# - run: just prepare-test-env
# - run: just test