Skip to content

Commit

Permalink
fix(ci): your github profile turns dark green so that everybody knows…
Browse files Browse the repository at this point in the history
… you are fixing ci
  • Loading branch information
andelf committed Apr 30, 2024
1 parent 4a06509 commit d3ddd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -ex
set -o pipefail

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

0 comments on commit d3ddd5b

Please sign in to comment.