Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Aug 26, 2023
1 parent 1db41fd commit 35a9015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"configureZshAsDefaultShell": true
},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/rust:1": {}
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"postCreateCommand": "cargo install cargo-edit"
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
runCmd: |
cargo test --all-targets --all-features
cargo clippy --all-targets --all-features -- -D warnings
npm install
npm run build

0 comments on commit 35a9015

Please sign in to comment.