Skip to content

Commit

Permalink
chore(test): rename "test_all" to "test_generate" and add "test_compile"
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jan 2, 2024
1 parent 235c1ae commit fd5d5be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/test_compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

# This script is to compile all compile-able tests to see if they are correct

# fail on non-0 exit codes, which makes it more obvious if a test has failed
set -e

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

cd $SCRIPT_DIR

cargo build --all
File renamed without changes.

0 comments on commit fd5d5be

Please sign in to comment.