Skip to content

Commit

Permalink
Missing pieces of CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfsl committed Jan 12, 2025
1 parent faa96e9 commit 1598954
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ commands:

jobs:
vl-convert-rs-example2:
- code-setup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
run: . "$HOME/.cargo/env"
run: cd vl-convert-rs
run: cargo run --example conversion_sequence
executor: test-container
steps:
- code-setup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
run: . "$HOME/.cargo/env"
run: cd vl-convert-rs
run: cargo run --example conversion_sequence

workflows:
test-suite:
Expand Down

0 comments on commit 1598954

Please sign in to comment.