Skip to content

Commit

Permalink
Merge pull request #179 from jsturtevant/temp-ci-fix
Browse files Browse the repository at this point in the history
Fix nightly CI and Pull Request CI
  • Loading branch information
mxpv authored Aug 21, 2023
2 parents 0659a93 + c7d8134 commit d3e1b46
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,11 @@ jobs:
TESTFLAGS_PARALLEL: 1
EXTRA_TESTFLAGS: "-no-criu -test.skip='(TestContainerPTY|TestContainerExecLargeOutputWithTTY|TestTaskUpdate|TestTaskResize)'"
TESTFLAGS_RACE: "-race"
run: sudo -E PATH=$PATH make integration
run: |
# https://github.com/containerd/rust-extensions/issues/147#issuecomment-1684553369
cd integration/client
sudo -E PATH=$PATH go mod edit -dropreplace github.com/AdaLogics/go-fuzz-headers
sudo -E PATH=$PATH go get -u github.com/AdaLogics/go-fuzz-headers
cd ../..
sudo -E PATH=$PATH make integration
working-directory: src/github.com/containerd/containerd

0 comments on commit d3e1b46

Please sign in to comment.