diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-14 21:31:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 21:31:04 -0700 |
commit | 69949a5ff1fd38ccb8080c424bb14a59bc718757 (patch) | |
tree | 917e2a3962f4a533464f510352be81385b9d764f /.github | |
parent | 772d16a78abda39f2b3d6d3bb91253835bf0ff99 (diff) | |
parent | a57157068dc9fcb1d37845479e45857d18bbfa80 (diff) | |
download | fpm-69949a5ff1fd38ccb8080c424bb14a59bc718757.tar.gz fpm-69949a5ff1fd38ccb8080c424bb14a59bc718757.zip |
Merge pull request #13 from certik/test5
Add Rust tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/CI.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3fc511f..a27a108 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -64,7 +64,7 @@ jobs: - name: Run tests run: | - cargo test --verbose + cargo test --verbose -j1 # TODO: integrate these with `cargo test` above - name: Run manual tests |