Skip to content

Commit 8f1b765

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ 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: ./scripts/run_tests.sh
29+
2630
terraform:
2731
name: Terraform configuration
2832
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)