Skip to content

Commit

Permalink
ci: removing gen-binaries
Browse files Browse the repository at this point in the history
Looks incorrect. We can reintroduce something similar later.

Signed-off-by: Alexis Asseman <[email protected]>
  • Loading branch information
aasseman committed Jan 13, 2024
1 parent 3e998f8 commit 30d9efc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 66 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/gen-binaries.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/license_headers_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
-l "apache" \
-s=only \
-ignore '.github/workflows/*.yml' \
-ignore '.github/*.yml' \
-ignore '.github/workflows/*.yaml' \
-ignore '.github/*.yaml' \
-ignore 'migrations/*.sql' \
.
.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('**/Cargo.lock') }}
- name: Install sqlx
run: cargo install sqlx-cli --no-default-features --features postgres
- name: Run the test sqlx migrations
run: cargo sqlx migrate run
- run: |
rustup component add clippy
# Temporarily allowing dead-code, while denying all other warnings
Expand Down

0 comments on commit 30d9efc

Please sign in to comment.