Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Jan 24, 2025
1 parent 2a9502c commit 0408719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Check
run: make -C $GITHUB_WORKSPACE/build -j `nproc` test
- name: Test
run: sudo make -C $GITHUB_WORKSPACE/build -j `nproc` e2e
run: make -C $GITHUB_WORKSPACE/build -j `nproc` e2e

documentation:
needs: create-container
Expand Down

0 comments on commit 0408719

Please sign in to comment.