Skip to content

Commit

Permalink
Add shuttle testing infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed May 31, 2024
1 parent 0270240 commit 212c5f2
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
export RUSTFLAGS="-D warnings"
cargo build --verbose
cargo build --features="shuttle-test"
cargo test --verbose
cargo test --test exercise_instructions --verbose
shell: bash
Expand Down
259 changes: 252 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 212c5f2

Please sign in to comment.