Skip to content

Solana Anchor Test

Actions
Run anchor tests
v0.5
Latest
Star (10)

Anchor Test action

Github action for running Anchor tests for programs on the Solana blockchain

Example action

name: Anchor Test

on:
  push:
    branches: main

jobs:
  anchor-test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Anchor Test
        uses: mrgnlabs/[email protected]
        with:
          args: "" # add anchor test args, e.g. "--skip-lint"
          workspace_dir: "." # path to the anchor workspace, e.g. "./my_workspace"

Solana Anchor Test is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run anchor tests
v0.5
Latest

Solana Anchor Test is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.