diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75961a3..ad764f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,5 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose \ No newline at end of file + run: cargo test --verbose --release \ No newline at end of file