Skip to content

Commit

Permalink
CI: Comment out featuretest.
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k committed Mar 29, 2023
1 parent 22eff8e commit 41daa50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Build
run: make youki-release
- name: test
run: make unittest featuretest oci-tests
# TODO(utam0k): The feature test needs nightly
# run: make unittest featuretest oci-tests
run: make unittest oci-tests

upload:
name: Upload
Expand Down

0 comments on commit 41daa50

Please sign in to comment.