Skip to content

Commit

Permalink
chore: run systest on nightly and beta as well
Browse files Browse the repository at this point in the history
with `ctest2` we won't be blocked on gnzlbg/ctest#90.
  • Loading branch information
weihanglo committed Jul 21, 2023
1 parent 99a9de7 commit 15a23e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
shell: bash
- run: cargo test --no-default-features
- run: cargo test
# skip systest on nightly because it requires the extprim crate which fails to compile on nightly rust
- run: if [[ "${{ matrix.rust }}" != "nightly" ]]; then cargo run --manifest-path systest/Cargo.toml; fi
shell: bash
- run: cargo run --manifest-path systest/Cargo.toml
- run: cargo test --manifest-path git2-curl/Cargo.toml

rustfmt:
Expand Down

0 comments on commit 15a23e9

Please sign in to comment.