Skip to content

Commit ba2c720

Browse files
committed
Try to get the cargo version
1 parent 187d18f commit ba2c720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codebuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v2
13+
- run: cargo rustc --version
14+
- run: rustup toolchain list
1315
- run: cargo install cargo-nextest
1416
- run: cargo run --release mutants -j4 -vV
1517
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)