Skip to content

Commit

Permalink
Merge pull request #11 from tremor-rs/publish
Browse files Browse the repository at this point in the history
Publish
  • Loading branch information
Licenser authored Apr 10, 2024
2 parents 60cd4b9 + 4c8c5b5 commit 8191a49
Show file tree
Hide file tree
Showing 6 changed files with 514 additions and 232 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
override: true
profile: minimal
components: rustfmt
- name: Check Formating
run: cargo fmt --all -- --check
clippy-check:
Expand All @@ -42,11 +37,6 @@ jobs:
- uses: actions/checkout@v1
- name: Install deps
run: sudo apt-get -qy update && sudo apt-get install -y libssl-dev libssl1.1
- uses: actions-rs/toolchain@v1
with:
override: true
profile: minimal
components: clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
override: true
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 3 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- uses: actions/checkout@v1
- name: Install deps [Linux]
run: sudo apt-get -qy update && sudo apt-get install -y libssl-dev libssl1.1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
components: llvm-tools-preview
- name: Install llvm-tools-preview
run: rustup component add llvm-tools-preview
- uses: Swatinem/rust-cache@v1
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand All @@ -32,4 +30,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.features.name }}
files: ./lcov.txt
files: ./lcov.txt
Loading

0 comments on commit 8191a49

Please sign in to comment.