Compare commits

..

6 Commits

Author SHA1 Message Date
Ayrton Chilibeck 4ed6600ebc
Moved main to top
ci/woodpecker/push/workflow Pipeline was successful Details
ci/woodpecker/pr/workflow Pipeline was successful Details
2024-01-12 01:40:45 -07:00
Ayrton Chilibeck bfd57f39a8
Added CLI arguments 2024-01-12 01:40:45 -07:00
Ayrton Chilibeck 28b475d19b
Added initial CLI arguments 2024-01-12 01:40:41 -07:00
ayrton 3131e86e4a Merge pull request 'Added CI' (#1) from ayrton/ci into main
ci/woodpecker/push/workflow Pipeline was successful Details
Reviewed-on: #1
2024-01-12 08:33:36 +00:00
Ayrton Chilibeck a3e9e0c5fb
Changed package name to tester
ci/woodpecker/push/workflow Pipeline was successful Details
ci/woodpecker/pr/workflow Pipeline was successful Details
ci/woodpecker/pull_request_closed/workflow Pipeline was successful Details
2024-01-12 01:32:41 -07:00
Ayrton Chilibeck ff90874963
Added CI
ci/woodpecker/manual/workflow Pipeline failed Details
2024-01-12 01:29:02 -07:00
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
steps:
test-build:
image: rust
commands:
- cargo test --package tester --bin tester --