Skip to content

Commit 411ce3c

Browse files
committed
Fix permission
1 parent 6eadd10 commit 411ce3c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
test:
2020
name: Test
2121
runs-on: ubuntu-latest
22+
container:
23+
image: xd009642/tarpaulin:develop-nightly
24+
options: --security-opt seccomp=unconfined
2225
steps:
2326
- uses: actions/checkout@v5
2427
- uses: oven-sh/setup-bun@v2
@@ -31,10 +34,8 @@ jobs:
3134
components: clippy, rustfmt
3235
- name: Build
3336
run: cargo check
34-
# - name: Test
35-
# run: cargo tarpaulin
36-
- name: Run cargo-tarpaulin
37-
uses: actions-rs/tarpaulin@v0.1
37+
- name: Test
38+
run: cargo tarpaulin
3839

3940

4041
# publish

0 commit comments

Comments
 (0)