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 777d322Copy full SHA for 777d322
.github/workflows/main.yml
@@ -23,6 +23,12 @@ 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
+ ./scripts/run_tests.sh
31
+
32
terraform:
33
name: Terraform configuration
34
runs-on: ubuntu-24.04
0 commit comments