Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
check directory
  • Loading branch information
ofmla authored Apr 22, 2024
1 parent dbb4f1b commit 2b914e1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,5 @@ jobs:
ls -la
cd build
./exe -c
./exe -d
cd bin
./simple > compressed_c.zfp
./simple -d < compressed_c.zfp > decompressed_c.zfp
cmp ../compressed.zfp compressed_c.zfp && echo "Files are identical" || { echo "Files are different"; exit 1; }
cmp ../decompressed.zfp decompressed_c.zfp && echo "Files are identical" || { echo "Files are different"; exit 1; }
./exe -d
ls -la

0 comments on commit 2b914e1

Please sign in to comment.