Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Aug 27, 2023
1 parent e715b04 commit f4c8602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Build and run dev container task
uses: devcontainers/ci@v0.3
with:
with:
skipContainerUserIdUpdate: true
runCmd: |
cargo test --all-targets --all-features
cargo clippy --all-targets --all-features -- -D warnings
Expand Down

0 comments on commit f4c8602

Please sign in to comment.