We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6a540 commit 3b16d8bCopy full SHA for 3b16d8b
.github/workflows/main.yml
@@ -23,6 +23,13 @@ jobs:
23
- name: Run clippy
24
run: cargo clippy --all -- -Dwarnings
25
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
+
33
terraform:
34
name: Terraform configuration
35
runs-on: ubuntu-24.04
0 commit comments