Skip to content

Commit 777d322

Browse files
committed
ci(rust): add compute-static test suite
1 parent cb6a540 commit 777d322

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
- name: Run clippy
2424
run: cargo clippy --all -- -Dwarnings
2525

26+
- name: Run compute-static tests
27+
working-directory: terragrunt/modules/crates-io/compute-static
28+
run: |
29+
curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
30+
./scripts/run_tests.sh
31+
2632
terraform:
2733
name: Terraform configuration
2834
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)