Skip to content

feat: Add estimate subcommand #1

feat: Add estimate subcommand

feat: Add estimate subcommand #1

name: Integration Tests
on:
pull_request:
branches:
- '**'
concurrency:
cancel-in-progress: true

Check failure on line 8 in .github/workflows/integration-tests.yml

View workflow run for this annotation

GitHub Actions / Integration Tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration-tests.yml (Line: 8, Col: 3): Required property is missing: group
permissions: read-all
jobs:
integration-tests:
name: Setup Toolchain and Test
runs-on: ubuntu-latest
permissions:
contents: "read"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix With Bonsol Binary Cache
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
extra-substituters = https://bonsol.cachix.org
extra-trusted-public-keys = bonsol.cachix.org-1:yz7vi1rCPW1BpqoszdJvf08HZxQ/5gPTPxft4NnT74A=
- name: Run Integration Tests
run: nix develop --command cargo test --features integration -- --nocapture