Skip to content

Commit 3b16d8b

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ 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+
cargo install --locked viceroy --version 0.15.0
31+
./scripts/run_tests.sh
32+
2633
terraform:
2734
name: Terraform configuration
2835
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)