We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eadd10 commit 411ce3cCopy full SHA for 411ce3c
1 file changed
.github/workflows/CI.yml
@@ -19,6 +19,9 @@ jobs:
19
test:
20
name: Test
21
runs-on: ubuntu-latest
22
+ container:
23
+ image: xd009642/tarpaulin:develop-nightly
24
+ options: --security-opt seccomp=unconfined
25
steps:
26
- uses: actions/checkout@v5
27
- uses: oven-sh/setup-bun@v2
@@ -31,10 +34,8 @@ jobs:
31
34
components: clippy, rustfmt
32
35
- name: Build
33
36
run: cargo check
- # - name: Test
- # run: cargo tarpaulin
- - name: Run cargo-tarpaulin
37
- uses: actions-rs/tarpaulin@v0.1
+ - name: Test
38
+ run: cargo tarpaulin
39
40
41
# publish
0 commit comments