8000 GitHub - castle-finance/anchor-test-action: Github action for running Anchor tests
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

castle-finance/anchor-test-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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/anchor-test-action@v0.4
        with:
          args: "" # add anchor test args, e.g. "--skip-lint"

About

Github action for running Anchor tests

Resources

Stars

Watchers

Forks

Packages

No packages published
0