Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-becker committed Jan 27, 2025
1 parent 06383bf commit a6787ec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test

on:
push:
pull_request:

env:
CARGO_TERM_COLOR: always

jobs:
test:
name: Test
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:latest-slim
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v4
- name: Test and Generate Coverage
run: cargo tarpaulin --verbose --timeout 120 --coveralls ${{secrets.COVERALLS_TOKEN}}


0 comments on commit a6787ec

Please sign in to comment.