Skip to content

Commit

Permalink
Move shortcut scripts to separate dir, add Miri script
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Jan 17, 2024
1 parent dc694c2 commit de94874
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: ./test.sh
- run: ./scripts/test.sh
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ default:
test:
stage: test
script:
- bash ./test.sh
- bash ./scripts/test.sh
File renamed without changes.
7 changes: 7 additions & 0 deletions scripts/miri.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

cargo +nightly miri test && \
cargo +nightly miri test --features test_local && \
cd async && \
cargo +nightly miri test && \
echo "Done!"
File renamed without changes.

0 comments on commit de94874

Please sign in to comment.