Skip to content

Commit

Permalink
[CI] Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Blonteractor committed Jan 27, 2024
1 parent bb244c7 commit 218d847
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ name: CI
jobs:
checks:
runs-on: ubuntu-latest
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
PRIVATE_ENCRPYPTION_KEY: ${{ secrets.PRIVATE_ENCRPYPTION_KEY }}
# env:
# DATABASE_URL: ${{ secrets.DATABASE_URL }}
# PRIVATE_ENCRPYPTION_KEY: ${{ secrets.PRIVATE_ENCRPYPTION_KEY }}

steps:
- name: Checkout
Expand Down Expand Up @@ -50,11 +50,11 @@ jobs:
run: |
cargo clippy -- --no-deps -D warnings
- name: Tests
run: |
cargo test --release crud
cargo test --release api
cargo test --release bot
# - name: Tests
# run: |
# cargo test --release crud
# cargo test --release api
# cargo test --release bot

- name: Bootstrap fly
uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down

0 comments on commit 218d847

Please sign in to comment.