We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb11f9 commit d7d414aCopy full SHA for d7d414a
.github/workflows/test.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout (GitHub)
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
- name: Login to GitHub Container Registry
16
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
17
with:
18
registry: ghcr.io
19
username: ${{ github.repository_owner }}
@@ -24,4 +24,4 @@ jobs:
24
25
imageName: ghcr.io/cadubentzen/vvenc-rs-devcontainer
26
runCmd: |
27
- cargo test --workspace --all-features
+ cargo test --workspace
0 commit comments