Skip to content

bulloak-toolchain

Actions

About

Install Bulloak and check that Solidity tests conform to BTT spec
v2.2.0
Latest
Star (19)

Tags

 (1)

Bulloak Toolchain

This GitHub Action installs the Bulloak toolchain and check that Solidity tests conform to BTT spec.

Example workflow

name: "Test"

on:
  push:
    branches:
      - main

jobs:
  ci:
    runs-on: "ubuntu-latest"
    steps:
      - name: "Check out the repo"
        uses: "actions/checkout@v4"

      - name: "Install and run Bulloak"
        uses: "smol-ninja/bulloak-toolchain@v2"
        with:
          skip-modifiers: "false"
          test-dir: "test-workspace"

Inputs

Name Description Default Required?
cache Whether to cache Cargo build true No
skip-modifiers Whether to ignore modifiers declaration in the Solidity test contracts false No
test-dir The test directory which would usually be test Yes
version The version of Bulloak to install latest No

Outputs

Name Description
bulloak-version Version as reported by bulloak --version

Contributors

License

This project is released under the MIT License.

bulloak-toolchain 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

Install Bulloak and check that Solidity tests conform to BTT spec
v2.2.0
Latest

Tags

 (1)

bulloak-toolchain 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.