Skip to content

Commit d7d414a

Browse files
committed
ci: update test.yml
1 parent 5cb11f9 commit d7d414a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout (GitHub)
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Login to GitHub Container Registry
16-
uses: docker/login-action@v2
16+
uses: docker/login-action@v3
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.repository_owner }}
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
imageName: ghcr.io/cadubentzen/vvenc-rs-devcontainer
2626
runCmd: |
27-
cargo test --workspace --all-features
27+
cargo test --workspace

0 commit comments

Comments
 (0)