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 13afd8c commit 100c66fCopy full SHA for 100c66f
.github/workflows/rust.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
# actions/checkout@v2
17
- - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+ - uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
18
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
19
with:
20
toolchain: stable
@@ -30,7 +30,7 @@ jobs:
30
os: [ ubuntu-latest, macos-latest ]
31
32
33
34
- name: Build
35
run: cargo build --tests --verbose
36
- name: Run tests
0 commit comments