chore: Move scripts from script/ to contrib/

This commit is contained in:
parazyd
2023-05-09 15:15:55 +02:00
parent de7b1a8ec5
commit 546a9810df
3 changed files with 1 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: Compile all bins
run: |
./script/compile_all_bins.sh
./contrib/compile_all_bins.sh
feature-powerset:
name: Test crate feature powerset on ${{ matrix.os }}