Skip to content

Merge pull request #24 from metaplex-foundation/danenbm/use-new-methods #85

Merge pull request #24 from metaplex-foundation/danenbm/use-new-methods

Merge pull request #24 from metaplex-foundation/danenbm/use-new-methods #85

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
# Sequence of patterns matched against refs/heads
branches:
- main
env:
RUST_TOOLCHAIN: stable
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: |
cargo test