Skip to content

Commit 679e1d7

Browse files
committed
chore: run systest on nightly and beta as well
with `ctest2` we won't be blocked on gnzlbg/ctest#90.
1 parent 06fabce commit 679e1d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
shell: bash
3232
- run: cargo test --no-default-features
3333
- run: cargo test
34-
# skip systest on nightly because it requires the extprim crate which fails to compile on nightly rust
35-
- run: if [[ "${{ matrix.rust }}" != "nightly" ]]; then cargo run --manifest-path systest/Cargo.toml; fi
36-
shell: bash
34+
- run: cargo run --manifest-path systest/Cargo.toml
3735
- run: cargo test --manifest-path git2-curl/Cargo.toml
3836

3937
rustfmt:

0 commit comments

Comments
 (0)