Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Aug 13, 2022
1 parent bbdb327 commit 9d4479c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ jobs:
- uses: actions/checkout@v2
- uses: docker://lpenz/omnilint:0.4
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@devel
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.5.0
with:
coveralls: true
deb: true
publish_cratesio: true
publish_github_release: true
publish_packagecloud: true
publish_packagecloud_repository: debian/debian/bullseye
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

0 comments on commit 9d4479c

Please sign in to comment.