Skip to content

Commit

Permalink
add container
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Oct 28, 2023
1 parent 91560d0 commit 792b530
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
test:
name: rule
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -29,4 +32,4 @@ jobs:
cargo fmt -- --check
cargo clippy -- -Dwarnings
- name: unit tests
run: cargo test
run: cargo tarpaulin

0 comments on commit 792b530

Please sign in to comment.