Skip to content

Commit

Permalink
cat cat cat
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Jul 31, 2024
1 parent f552d5e commit 142a5c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,9 @@ jobs:
run: wget https://www.zlib.net/zpipe.c
- name: cargo build
run: cargo build --target ${{matrix.target}} -p libz-rs-sys --release
- name: ls1
run: ls target/
- name: ls2
run: ls target/${{matrix.target}}/release/deps
- name: cc
run: cc -o zpipe zpipe.c target/${{matrix.target}}/release/deps/liblibz_rs_sys.so
- name: execute
run: echo Cargo.toml | ./zpipe | ./zpipe -d > out.txt
run: cat Cargo.toml | ./zpipe | ./zpipe -d > out.txt
- name: compare
run: cmp -s Cargo.toml out.txt

0 comments on commit 142a5c5

Please sign in to comment.