Skip to content

Commit

Permalink
feat(ci): Remove workspace from CI validation
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent e4f0ce6 commit b28a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
template: ["single-crate", "workspace"]
template: ["single-crate"]
type: ["lib", "bin"]
version: ["0.1.0"]
description: ["desc"]
Expand Down

0 comments on commit b28a776

Please sign in to comment.