Add rust
This commit is contained in:
15
pkg/universe.dagger.io/x/contact@kjuulh.io/rust/test.cue
Normal file
15
pkg/universe.dagger.io/x/contact@kjuulh.io/rust/test.cue
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
package rust
|
||||
|
||||
// Test a rust package
|
||||
#Test: {
|
||||
// Package to test
|
||||
package: *"." | string
|
||||
|
||||
#Container & {
|
||||
command: {
|
||||
args: [package]
|
||||
flags: test: true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user