Skip to content

feat: Add estimate subcommand #5

feat: Add estimate subcommand

feat: Add estimate subcommand #5

name: Integration Tests
on:
pull_request:
branches:
- '**'
concurrency:
group: "integration-tests"
cancel-in-progress: true
permissions: read-all
jobs:
integration-tests:
name: Setup Toolchain and Test
runs-on: ubuntu-latest-m
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
run: cargo --list

Check failure on line 32 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: 32, Col: 9): 'run' is already defined .github/workflows/integration-tests.yml (Line: 33, Col: 9): 'run' is already defined
run: cargo build && cargo test --features integration -- --nocapture