Skip to content

Commit d3ddd5b

Browse files
committed
fix(ci): your github profile turns dark green so that everybody knows you are fixing ci
1 parent 4a06509 commit d3ddd5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -ex
44
set -o pipefail
55

6-
for d in $(ls -1 examples); do
7-
(cd $d && cargo build --release)
6+
for d in $(ls -1 ./examples); do
7+
(cd ./examples/$d && cargo build --release)
88
done

0 commit comments

Comments
 (0)