We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e113076 commit cdc2462Copy full SHA for cdc2462
.github/workflows/rust.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-22.04
15
steps:
16
# actions/checkout@v2
17
- - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
18
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
19
with:
20
toolchain: stable
@@ -30,7 +30,7 @@ jobs:
30
os: [ ubuntu-20.04, macos-11 ]
31
32
33
34
- name: Build
35
run: cargo build --tests --verbose
36
- name: Run tests
0 commit comments