Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

v2: Workflow Release

Compare
Choose a tag to compare
@Maddiaa0 Maddiaa0 released this 12 Sep 16:49
· 10 commits to main since this release

Allow huffers to run huff tests within their ci easily

name: Huff tests

on: [push]

jobs:
  tests:
    name: Tests with Huff
    runs-on: ubuntu-latest
    steps:
      - name: Run Huff Tests
        uses: huff-language/huff-tests-action@v2
        with:
          # Optional
          with-forge-tests: false
          test-extension: ".t.huff"