Skip to content

Commit ce5a186

Browse files
steinbeckclaude
andcommitted
ci: add C7H12O2N2 to cross-platform verification tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f7a8c7d commit ce5a186

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
./surge -S C4H10 | sort
6060
echo "=== surge -S C2H6O ==="
6161
./surge -S C2H6O | sort
62+
echo "=== surge -u C7H12O2N2 ==="
63+
./surge -u C7H12O2N2 2>&1
6264
echo "=== surge -u -R C10H8 ==="
6365
./surge -u -R C10H8 2>&1
6466
} > ../test-results.txt
@@ -139,6 +141,8 @@ jobs:
139141
./surge -S C4H10 | sort
140142
echo "=== surge -S C2H6O ==="
141143
./surge -S C2H6O | sort
144+
echo "=== surge -u C7H12O2N2 ==="
145+
./surge -u C7H12O2N2 2>&1
142146
echo "=== surge -u -R C10H8 ==="
143147
./surge -u -R C10H8 2>&1
144148
} > ../test-results.txt
@@ -216,6 +220,8 @@ jobs:
216220
./surge.exe -S C4H10 | sort
217221
echo "=== surge -S C2H6O ==="
218222
./surge.exe -S C2H6O | sort
223+
echo "=== surge -u C7H12O2N2 ==="
224+
./surge -u C7H12O2N2 2>&1
219225
echo "=== surge -u -R C10H8 ==="
220226
./surge.exe -u -R C10H8 2>&1
221227
} > ../test-results.txt

0 commit comments

Comments
 (0)