Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: cert-delivery ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb authored and JDawg287 committed Nov 9, 2023
1 parent 02f5b3c commit a9ea306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
with:
AWS_ACCESS_KEY_ID: ${{ secrets.ROBOT_AWS_ACCESS_KEY_ID}}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ROBOT_AWS_SECRET_ACCESS_KEY}}
- run: cargo nextest run cert_delivery --locked --no-default-features -F node
- run: cargo nextest run cert_delivery --locked --no-default-features
env:
RUST_LOG: topos=warn
4 changes: 0 additions & 4 deletions tools/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ services:
context: ../
args:
- TOOLCHAIN_VERSION=stable
- FEATURES=node,regtest
depends_on:
init:
condition: service_completed_successfully
Expand Down Expand Up @@ -75,7 +74,6 @@ services:
context: ../
args:
- TOOLCHAIN_VERSION=stable
- FEATURES=node,regtest
depends_on:
init:
condition: service_completed_successfully
Expand Down Expand Up @@ -138,7 +136,6 @@ services:
context: ../
args:
- TOOLCHAIN_VERSION=stable
- FEATURES=regtest
volumes:
- shared:/tmp/shared
env_file:
Expand Down Expand Up @@ -166,7 +163,6 @@ services:
args:
- TOOLCHAIN_VERSION=stable
- GITHUB_TOKEN
- FEATURES=regtest
depends_on:
boot:
condition: service_healthy
Expand Down

0 comments on commit a9ea306

Please sign in to comment.