Skip to content

Commit

Permalink
workflows/ci: confirm that it fails
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Aug 1, 2022
1 parent 42592df commit 3124612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: test
run: make test
- name: test (offline)
run: sudo unshare -n make test TEST_ARGS="--skip-online"
# run: sudo unshare -n make test TEST_ARGS="--skip-online"
run: sudo unshare -n make test

licenses:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3124612

Please sign in to comment.