Implement i8
and detect types correctly in MySQL
#842
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: synth ci/cd | |
on: | |
pull_request: | |
branches: | |
- master | |
env: | |
RUSTFLAGS: "-D warnings" | |
jobs: | |
tests: | |
name: synth tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: dtolnay/rust-toolchain@nightly | |
- run: cargo test |