Skip to content

mrgnlabs/test-bpf-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Test BPF action

Github action for running Solana Rust tests

Example

test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Cargo Test BPF
        uses: mrgnlabs/test-bpf-action@v0.1
        with:
          args: '--features=test -- --test-threads=1'