Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 78372d6

Browse files
committed
Log cloned regex output
1 parent 6ea108b commit 78372d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
git config --global user.email "user@example.com"
8080
git config --global user.name "User"
8181
./y.rs prepare
82+
83+
84+
- name: log expected output
85+
run: cat -e regex/examples/regexdna-output.txt
8286

8387
- name: Build without unstable features
8488
env:

0 commit comments

Comments
 (0)