We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395923e commit 478bf7cCopy full SHA for 478bf7c
1 file changed
apps/api/src/deploy.test.ts
@@ -131,7 +131,8 @@ describe('ci.yml', () => {
131
test('has Rust check job with clippy', () => {
132
expect(workflow).toContain('check-rust')
133
expect(workflow).toContain('cargo check --workspace')
134
- expect(workflow).toContain('cargo test --workspace')
+ expect(workflow).toContain('cargo test -p sandchest-agent')
135
+ expect(workflow).toContain('cargo test -p sandchest-node')
136
expect(workflow).toContain('cargo clippy --workspace -- -D warnings')
137
})
138
0 commit comments