Skip to content

fix aptosvm test

fix aptosvm test #78

Workflow file for this run

name: M2 CI
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cargo build
run: cargo build --verbose
- name: cargo test
run: cargo test --verbose