diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..5185e90 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,13 @@ +on: push + +env: + CARGO_TERM_COLOR: always + +jobs: + test: + name: TweetBoat - latest + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: cargo build --verbose + - run: cargo test --verbose \ No newline at end of file