1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
name: Build & Test Functions on: workflow_dispatch: pull_request: jobs: compile-workspace: runs-on: ubuntu-latest name: Test Functions steps: - name: Checkout uses: actions/checkout@v4 - name: Test Functions shell: bash run: | cargo test