From 5e9143bfce9cda640135df8dae8d3221dcb555f0 Mon Sep 17 00:00:00 2001 From: Yutaro Sakamoto Date: Sat, 25 May 2024 12:31:57 +0900 Subject: [PATCH] [Update]: remove tests in ci.yml temporarily --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f672a57..248e8e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: ./configure --prefix=/usr/ --with-vbisam sudo make install - - name: run NIST tests - run: | - cd tests/cobol85 - make test \ No newline at end of file + #- name: run NIST tests + # run: | + # cd tests/cobol85 + # make test \ No newline at end of file