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 fa483a7 commit b29f184Copy full SHA for b29f184
.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@163217dfcd28294438ea1c1c149cfaf66eec283e
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