]> git.lizzy.rs Git - enumset.git/commitdiff
Enable Github Actions for pull requests.
authorLymia Aluysia <lymia@lymiahugs.com>
Tue, 8 Oct 2019 17:54:07 +0000 (10:54 -0700)
committerLymia Aluysia <lymia@lymiahugs.com>
Tue, 8 Oct 2019 17:54:07 +0000 (10:54 -0700)
.github/workflows/rust.yml

index fec17ad2aac3516dd8e9dcfc5a93caa25a76094e..08b55a82ab383b270e9b1185de125346cdf689f6 100644 (file)
@@ -1,6 +1,6 @@
 name: Rust
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   build:
@@ -13,3 +13,4 @@ jobs:
       run: cargo build --verbose
     - name: Run tests
       run: cargo test --verbose
+