Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyoonKwon authored Jul 15, 2024
1 parent afd5a7a commit 8387eea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
env:
MONGO_URI: ${{secrets.MONGO_URI}}
MONGO_DB_NAME: ${{secrets.MONGO_DB_NAME}}
API_KEY: ${{secrets.API_KEY}}
# - name: Run tests
# run: cargo test --verbose
# env:
# MONGO_URI: ${{secrets.MONGO_URI}}
# MONGO_DB_NAME: ${{secrets.MONGO_DB_NAME}}
# API_KEY: ${{secrets.API_KEY}}

0 comments on commit 8387eea

Please sign in to comment.